无法读取MAUI托管的net 5类库中的XML文件
该文件位于 dot net 5 的类库中,MAUI 托管它。
var configurationXml = await File.ReadAllTextAsync(@"Configuration.xml");
当我从D卷读取这个文件时,一切正常。
但是当我将文件放入类库或 MAUI 中时,我遇到了异常。
System.IO.FileNotFoundException:“找不到文件‘C:\Windows\system32\Configuration.xml’。”
The file located in class library of dot net 5 and MAUI hosted it.
var configurationXml = await File.ReadAllTextAsync(@"Configuration.xml");
When I read this file from volume D is ok.
But when I put the file in class library or MAUI I got exception.
System.IO.FileNotFoundException: 'Could not find file 'C:\Windows\system32\Configuration.xml'.'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论