在我打开 *.aspx.cs 页面之前,Visual Studio 显示错误?

发布于 2024-07-25 15:23:54 字数 182 浏览 6 评论 0原文

Visual Studio 错误列表显示大约 50 个有关控件和变量不存在的错误。 我双击一个错误,它带我到它,大约 1 秒后它们就全部消失了!

没有任何真正的错误,因为我的网站编译时没有错误,甚至没有警告。

我知道我以前见过这个,但我忘记了如何解决它。 有谁知道为什么会发生这种情况? 提前致谢!

The Visual Studio Error List shows like 50 errors about controls and variables not existing. I double click an error, it takes me to it, and after about 1 second they all go away!

There aren't any real errors, as my site compiles without errors or even warnings.

I know I've seen this before, but I forget how to fix it. Anyone know why this is happening? Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无妨# 2024-08-01 15:23:54

我也经常在网站上看到它。 我总是将其归因于编译器需要“赶上”,尽管我确信对于为什么会发生这种情况有一个更复杂的答案。 它很烦人。

I see it often too on web sites. I always have chalked it up to the compiler needing to "catch up" although I'm sure there is a more sophisticated answer to why that happens. It's annoying.

彩扇题诗 2024-08-01 15:23:54

我以前见过这个,但我不确定真正的原因是什么。 我见过最多的是使用网站 ASP.NET 项目而不是 Web 应用程序 ASP.NET 项目,但我不确定这就是原因。

也就是说,我认为无论如何您都应该使用 Web 应用程序样式项目,因为它会在部署之前预编译应用程序的最重要部分。

I've seen this before but I'm not sure what the actual cause is. I've seen it most using a website ASP.NET project rather than a web application ASP.NET project, but I don't know for certain that that's the cause.

That said, in my opinion you should use a web application style project anyway as it will pre-compile the most important portions of your application before deployment.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文