English 中文(简体)
VS2008 最新网络参考资料在参考资料中点名冲突。
原标题:VS2008 Update Web Reference creates naming conflicts in Reference.cs

我有一个网络服务,在使用一台VS2008电脑更新后,该服务完全是细微的,但在另一台计算机上没有。 关键差别在于自动生成的参考资料的内容。

在运作良好的环境中,这些方法有完全合格的班级名称,指的是班级图书馆的班级。 然而,在问题环境中,班级名称是无限制的,部分班在案卷尾宣布。 E.g.

public string MyMethod(MyClass pr_Class)
...
public partial class MyClass {
}

相对

public string MyMethod(Class.Library.Namespace.MyClass pr_Class)

造成错误的原因包括:

<ClassType> is an footnote reference between <ClassLibraryNamespace> LevelType and <WebReferenceNamespace>ClassType

该法典正在源头控制之中。 对工作环境的检查是直截了当的,对问题环境的检查只有在对参考文献进行人工编辑,使之与工作环境一样的情况下才能进行。 将项目人工从问题环境转移到工作环境,只需要“最新网络参考资料”,以便汇编。 两个参考资料.c 均称同一工具版本自动生成。 来自良好环境的环境已经出口到另一个环境。 至今没有成功。

任何想法都将受到高度赞赏。

问题

最佳回答

页: 1 工作环境已久被遗忘。 / >dn/dn/ 我是该项目的新鲜事,因此对此没有任何想法!

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签