gpt4 book ai didi

c# - 通用 Windows 平台中找不到文件异常

转载 作者:可可西里 更新时间:2023-11-01 14:48:38 25 4
gpt4 key购买 nike

请帮帮我,我在一些异步方法中使用 C# 编写了以下代码行,并且我使用的是通用 Windows 平台(Windows 10 SDK 10.0.14393):

var file = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///Assets/HamburgerMenuItems.json"));

问题是这个异常:System.IO.FileNotFoundException occurred in mscorlib.ni.dll。

Visual Studio 向我显示该文件位于 Assets 文件夹中并且文件正常,因为它可以正常打开(它是非常短的 json 文件)。可能是什么问题或者这个问题的解决方案是什么?

this image shows, that the file is inside the Assets folder

最佳答案

BuildAction 更改为 Content 并将 Copy to Output DirectoryDo not copy 更改为 Awayls

enter image description here

关于c# - 通用 Windows 平台中找不到文件异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38776253/

25 4 0
文章推荐: javascript - 如何防止过滤后