出现错误“已超出警告的最大数量”
我继承了一个刚刚清理过的 VB.Net 解决方案(VS2005)。
除了这个警告之外,我已经得到了一个干净的构建:
警告 1 已超出警告的最大数量。
如果我实际上有 100 个警告,我可以理解第一个错误,但我没有。我是干净构建的坚持者。有什么想法为什么我仍然会收到此消息吗?
I inherited a VB.Net solution (VS2005) that I've just cleaned up.
I've gotten a clean build except for this warning:
Warning 1 Maximum number of warnings has been exceeded.
I could understand the first error if I actually had 100 warnings, but I don't. I'm a stickler for clean builds. Any ideas why I'd still be getting this message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您已经卸载了项目中的文件
如果您在团队中工作并使用 TFS 等源代码控制,请确保其他开发人员检查所有文件(如实体模型等)。
如果您的问题在此步骤后没有解决,请删除“临时 ASP.NET 文件”中的所有文件并关闭您的视觉对象studio
解决此错误的最后一种方法是更改解决方案中的目标框架,然后将其返回到之前的状态
我希望您的问题在执行此步骤后能够得到解决:)
Maybe You Have Unloaded file in your Project
if you work in team and use source control like TFS make sure other developer checking in all file like entity model and etc..
if your problem does not solve after this step remove all file in "Temporary ASP.NET files" and close your visual studio
last way for resolve this error is changing target framework in solution and then Return it to previous state
I hope your problem will be resolved after this steps :)