davidxw / vsscratchpad

A simple scratchpad window for Visual Studio
MIT License
1 stars 2 forks source link

Not working in VS2015 #3

Open goldfishrock opened 5 years ago

goldfishrock commented 5 years ago

Installed without any problems or messages however when I try to open in VS2015 I get an error:

CreateInstance failed for package [ScratchpadPackage] Source: 'mscorlib' Description: Could not load file or assembly 'Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

davidxw commented 5 years ago

Thanks, I'll have a look ...