Win 10 Universal App Project Creation Error

本秂侑毒 提交于 2019-12-10 12:14:42

问题


I've been keen to start developing Windows 10 apps for a while now, but I found things to be a little to unknown and unstable in the near past. With a release date official and Windows 10 making some great progress I've been trying to create a Universal App. However, I receive the following error when loading any Universal app - doesn't matter if it's Visual Basic, C# or C++ I receive the same error and the Project Solution doesn't seem right.

Error:

Project Solution:

My understanding is that the universal apps should have a Windows Phone Project and a Windows Desktop project at least? But as you can see after this error Visual Studio isn't creating these two projects...

Can anyone help?

-Windows 10 Pro Insider Preview Build 10130

-All features of Visual Studio are Installed, even the Android SDK ect

-Tried a reinstall of Visual Studio, issue still persisted.


回答1:


As Microsoft describes, you have to do the following steps to install all Windows 10 tools during Visual Studio 2015 RC:

  • Select Custom install
  • Expand Universal Windows app development tools
  • Select Tools and Windows SDK 10.0.10069
  • Click Next to continue and follow the prompts to complete the installation



来源:https://stackoverflow.com/questions/30683804/win-10-universal-app-project-creation-error

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