Visual Studio 2012 - Can't create win32 projects

前端 未结 2 360
南方客
南方客 2020-12-21 14:06

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:

  • th
相关标签:
2条回答
  • 2020-12-21 14:57

    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.

    0 讨论(0)
  • 2020-12-21 15:12

    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.

    0 讨论(0)
提交回复
热议问题