madskristensen / ExtensibilityTools

Tools for writing Visual Studio extensions
Other
156 stars 54 forks source link

Unable to install extension in Visual Studio 2017 RC #47

Open Therena opened 7 years ago

Therena commented 7 years ago

Installed product versions

Description

After selecting the extension in the form within Visual Studio and closing all Visual Studio Windows it tries to install the extension. This installation fails after some time.

The error from the log is "File not found" (See attached log file). Some parts of the log file are in German (German VS is used). If you need to have something translated feel free to ask.

Steps to recreate

  1. Open Visual Studio 2017 RC
  2. Open "Extensions and Updates" dialog from menu
  3. Select the "ExtensibilityTools" extension
  4. Click on install

Current behavior

Installation fails

Expected behavior

Installation should work without errors

Installation log file

ExtensibilityTools.txt

FrancescaY commented 7 years ago

I have a different issue with VS 2017 RC: I can install Extensibility Tools though, but after an attempt to add a command class the compiler refuses to compile and spits errors (more in detail, see my question on StackOverflow: http://stackoverflow.com/questions/42303178/strange-error-message-in-visual-studio-2017-extensibility-project.