With VS closed, in a command window, run
npm -g uninstall vs-mda
and npm -g uninstall vs-mda-targets
Check to see if this removed the vs-mda and vs-mda-targets folders under
C:UsersYOUR-USER-NAMEAppDataRoaming
pm
ode_modules
If it didn't, you can delete those folders manually.
Then relaunch VS and create an MDHA project. It should work successfully.
If you get an error on project creation saying that the MDA targets were not found, you can manually install 'vs-mda' & 'vs-mda-targets' from under Visual Studio's Extension folder to get things working again.
Exit Visual Studio and on the drive where Visual Studio is installed, navigate to
%Program Files%Microsoft Visual Studio 12.0Common7IDEExtensionsuxbwjkun.gjn*packages
Here you will find two folders "vs-mda" and "vs-mda-targets"
- Note that uxbwjkun.gjn will not be the exact folder name, but look for something like it that contains packages folder.
Now from here run npm -g install <full path to current folder>vs-mda
and npm -g install <full path to current folder>vs-mda-targets
When issuing this command it's necessary to give it the explicit path to the vs-mda and vs-mda-targets folders under the VS installation in %Program Files%.
Relaunch and create a new MDHA project.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…