为uwp

时间:2016-03-01 14:52:38

标签: win-universal-app windows-10

我正在使用C#开发一款应用程序适用于Windows 10的Visual Studio 2015社区。

我正在尝试为商店(appxupload文件)创建一个包,但它给了我错误:

Loading assembly "C:\Users\Ramtin\.nuget\packages\System.Private.Uri\4.0.0\runtimes\win8-aot\lib\netcore50\System.Private.Uri.dll" failed. System.IO.FileNotFoundException: Could not load file or assembly 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.



Invalid Resx file. String reference not set to an instance of a String.
Parameter name: suffix  MyAPP   C:\Users\Ramtin\.nuget\packages\System.Private.Uri\4.0.0\runtimes\win8-aot\lib\netcore50\System.Private.Uri.dll 

http://s7.picofile.com/file/8241354442/Capture.JPG

我该如何解决这个问题?

注意:我有个人开发帐户

1 个答案:

答案 0 :(得分:0)

我自己没有收到此错误,但您应该验证您是否安装了最新的Windows 10 SDK以及最新的VS2015更新。

  • Visual Studio 2015 Update 2上周刚刚问世:https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx

  • 启动VS2015时,请检查右上方的通知区域是否有新的可用更新。

  • 单击“文件”|新的|在VS2015中的项目,检查通用项目模板类型列表,并查看是否有一个列表项,提示您下载最新的SDK。

下面的截图显示了模板类型以及我可以使用的(可选)Template10。如果您没有最新的SDK,您应该会看到一个附加条目,提示您下载最新的SDK(而不是创建新项目)

在确认您拥有最新的所有内容后,请尝试重新生成一个新软件包,请在下方发表评论以告知我们是否有效(或者您是否仍然收到错误)。

Windows 10 Project templates