在我打开 *.aspx.cs 页面之前,Visual Studio 显示错误?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也经常在网站上看到它。 我总是将其归因于编译器需要“赶上”,尽管我确信对于为什么会发生这种情况有一个更复杂的答案。 它很烦人。
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.
我以前见过这个,但我不确定真正的原因是什么。 我见过最多的是使用网站 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.