UWP 应用程序中传递给系统的数据区域太小错误
Data area passed to a system is too small error in UWP app
我的 UWP 应用正在构建、重建和部署,但不是 运行。
虽然,它在其他系统中工作正常。
我使用 Visual Studio professional 2015 从 5 个月开始构建这个项目,突然间它开始显示这个。
当我尝试卸载该应用程序时,它也没有提供任何卸载选项。
我试过重启系统、清理、重建项目文件,但似乎没有任何效果。
提前致谢。
原因:
这是 Visual Studio 2015 年的一个已知问题。
更多信息:unable to activate Windows Store app
解法:
更新至 Visual Studio 2017
对于其他解决方案:
Unable to activate windows store app the app didn't start
Unable to activate Windows Store app: The App1.exe process started, but the activation request failed with error ‘The app didn’t start’
似乎目录或文件夹已损坏,这就是为什么每次我 运行 应用程序都以非打包版本安装,因此我无法选择正确卸载它.
我尝试删除在用户的 AppData 文件夹中创建的整个文件夹,但没有成功。
所以最后我创建了一个新文件夹并将我的解决方案移到 there.And 上一切正常 now.I 认为我们可以通过修复 Visual Studio 来解决这个问题但是因为这个问题与 Visual Studio 无关,而且修复 Visual Studio 需要半天时间,因此在这种情况下,只将项目移动到新创建的文件夹是个好主意。
我的 UWP 应用正在构建、重建和部署,但不是 运行。 虽然,它在其他系统中工作正常。
我使用 Visual Studio professional 2015 从 5 个月开始构建这个项目,突然间它开始显示这个。
我试过重启系统、清理、重建项目文件,但似乎没有任何效果。
提前致谢。
原因:
这是 Visual Studio 2015 年的一个已知问题。
更多信息:unable to activate Windows Store app
解法:
更新至 Visual Studio 2017
对于其他解决方案:
Unable to activate windows store app the app didn't start
Unable to activate Windows Store app: The App1.exe process started, but the activation request failed with error ‘The app didn’t start’
似乎目录或文件夹已损坏,这就是为什么每次我 运行 应用程序都以非打包版本安装,因此我无法选择正确卸载它.
我尝试删除在用户的 AppData 文件夹中创建的整个文件夹,但没有成功。
所以最后我创建了一个新文件夹并将我的解决方案移到 there.And 上一切正常 now.I 认为我们可以通过修复 Visual Studio 来解决这个问题但是因为这个问题与 Visual Studio 无关,而且修复 Visual Studio 需要半天时间,因此在这种情况下,只将项目移动到新创建的文件夹是个好主意。