I installed the CTP of the multi-device-hybrid apps and the new app templates didn't show up in VS. The add-in also didn't show up in the Extensions & Updates list in VS. Trying to Uninstall it claimed to work instantly, but didn't uninstall anything.
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- Could I create “Call” button in HTML 5 IPhone appl
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Phonegap - Error - Keystore alias not recognized
- Copy different file to output directory for releas
- Can't use serve with Cordova / Phonegap hellow
This is an odd situation and should generally not occur. It seems the VSIX file got copied over but was not installed correctly.
Here's the work around (run using an administrative command prompt):
This removed the broken entries for the VSIX from the previous failed attempt to install. Following this, issue another command:
At this point, the VSIX should be installed successfully and the templates will become available in Visual Studio.