Visual Studio Web 参考错误
我有一个网站解决方案,曾经使用VS2008进行管理。现在,自从迁移到 VS2010 以来,我注意到自动生成的 WebReference 代码引起的一长串错误。生成的代码采用 C# 编写,解决方案中的其他所有内容均采用 VB.NET 编写。所有错误都是语法错误。
该网站不是网络项目。我可以成功编译,但是错误列表窗口中显示的这些错误开始让我感到不安。这使得从该网络参考代码的成堆语法错误中找到真正的错误有点困难。 我什至在我的解决方案中找不到这个自动生成的文件。它位于这个文件夹中: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\SolutionName\347ac797\7f99bbcc\Sources_App_WebReferences\
我尝试删除有问题的文件,但是当我重新编译时,该文件又在 C# 中生成。 。
任何消除这些错误的帮助都值得赞赏。
I have a website solution that used to be managed using VS2008. Now since migrating to VS2010 I have noticed a long list of errors caused by auto generated WebReference code. The code generated is in C# and everything else on the solution is in VB.NET. All errors are syntax errors.
The website is not web project. I can compile successfully, but these errors showing in Error List window are starting to get on my nerves. It makes finding real errors a little tough among the piles of syntax errors from this webreference code.
I cannot even find this auto generated file on my solution. It lives in this folder:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\SolutionName\347ac797\7f99bbcc\Sources_App_WebReferences\
I have tried to delete the offending file, but when I recompile the file is generated back again in C#.
Any help to get rid of these errors is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要将其放入该语言的程序集中,然后引用该程序集。
I think you need to put it in an assembly of that language and and then reference the assembly.