gpt4 book ai didi

c# - IOException 未处理 - 找不到资源 app.xaml

转载 作者:太空狗 更新时间:2023-10-29 23:47:55 25 4
gpt4 key购买 nike

在我的一个 WPF 项目中,当我打开解决方案并在调试时启动它时出现此错误。如果我重建解决方案并重新启动它,错误就会消失。

我通过删除 App.xaml 中的 StartUpUri 实现了对应用程序的命令行支持:

WPF Command Line

如何摆脱这个烦人的错误?

使用 VS 2010.net 4.0

enter image description here

System.IO.IOException was unhandled
Message=Cannot locate resource 'app.xaml'.
Source=PresentationFramework
StackTrace:
at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream()
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ESPS3.ServerSchemaUtility.App.InitializeComponent() in e:\ESP3.0\InternalTools\ServerSchemaUtility\ServerSchemaUtility\App.xaml:line 1
at ESPS3.ServerSchemaUtility.App.Main() in E:\ESP3.0\InternalTools\ServerSchemaUtility\ServerSchemaUtility\obj\x86\Debug\App.g.cs:line 0
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:

最佳答案

我以前在从 VS 2005 移植到 2008 时见过这个错误。在 2010 年从未见过。由于某种原因,app.xaml 的build设置丢失了。所以你可以检查 app.xaml 的属性。附图中显示了正确的设置。

app.xaml properties

另一方面,如果您使用的是 MVVC,则可能是其他原因,如下所述:http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/39d7a4dd-9034-4ae8-843c-ccd4940ba51c/

关于c# - IOException 未处理 - 找不到资源 app.xaml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7126147/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com