Visual Studio Web 参考错误

发布于 2024-12-22 00:31:12 字数 455 浏览 3 评论 0原文

我有一个网站解决方案,曾经使用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 技术交流群。

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

发布评论

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

评论(1

◇流星雨 2024-12-29 00:31:12

我认为您需要将其放入该语言的程序集中,然后引用该程序集。

I think you need to put it in an assembly of that language and and then reference the assembly.

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