Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我第一次使用 WPF,我收到这样的错误:
Cannot locate resource 'mainwindow.xaml'
那是因为我改了名字。我错过了更改这是其他代码吗?与我之前使用的 Windows Form 相比,我对这种类型的项目不是很熟悉。哪个文件启动应用程序?我一直在解决方案资源管理器中寻找一个。我想这可能是错误所在?
也可以在标签的StartupUri属性中更改它。ApplicationApp.xaml
StartupUri
Application
App.xaml
重命名窗口项目项后:
WindowName.xaml
x:Class