【发布时间】:2020-03-22 16:56:03
【问题描述】:
我在webforms 应用程序中的工作c# 中不小心删除了主窗口.aspx,然后它开始显示此错误,我该如何解决。
Severity Code Description Project File Line Suppression State Suppression State
Error
Unknown build error, 'Object reference not set to an instance of an object.' Test
【问题讨论】:
-
如果已删除,请检查您的回收站,它可能会在那里复制并粘贴。
-
你应该使用过任何
version-control tool,比如git -
我将其复制并粘贴到其原始文件夹中并尝试运行它说找不到资源 mainwindows.xaml
-
@lazarus 这里对我来说有些困惑,因为你的问题有 webforms 和 .aspx 页面,在你的评论中你添加了 mainwindows.xaml 这是 WPF 文件。请为我清除这个
标签: c# visual-studio winforms c#-4.0