【发布时间】:2016-06-14 01:22:09
【问题描述】:
我正在使用 C# 和 Visual Studio 2015 Community for windows 10 开发一个应用程序。
我试图为商店创建一个包(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
我该如何解决这个问题?
注意:我有个人帐号用于开发
【问题讨论】:
标签: win-universal-app windows-10