Visual Studio 2012 - Can't create win32 projects

岁酱吖の 提交于 2019-11-28 10:06:52

问题


I'm using Visual Studio 2012, update 1 on a Windows 8 machine. When I try to start a new win32 project using the application wizard something weird appens:

  • the windows that welcomes to the wizard has three empty bullets under "these are the current project settings". Both the cancel and the finish button do not work.

The folder for the application is created but no files inside.

please help!!


回答1:


I solved my problem forcing a "clean" install of VS2012. ('clean' means that also the shared packages were uninstalled). Presuming that the installer I used to install VS2012 was on d:

D:\vs_premium.exe /uninstall /force

Once reinstalled, the problem was gone.




回答2:


I am running Visual Studio Express 2012 for WP on Macbook via Parallels.

I did the update of VS today and could not load my project (HTML App, #C) nor create new projects afterwards. The solution was to go to Windows program uninstall for Visual Studio Express 2012, BUT choose option "Repair". It took about the same time as the update but I was able to create new projects afterwards (my existing own app project from November 2012 also works).

Before I "repaired" the installation, I have removed manually from VS->Tools->Extensions and Updates a few packages added "Nu Get Package Manager and Packager". I am not sure if the latter is really needed.

Additional info: My VS 2012 Express for Windows8 installation worked and works w/o issues.



来源:https://stackoverflow.com/questions/15360846/visual-studio-2012-cant-create-win32-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!