.Net Create a service link with the service. Having the type "System",

I am trying to add a link to an external service in a C # .Net 4.0 project, where the wsdl service contains a type called "System", which leads to something like this:

Namespace issue

As you can see, everywhere in Reference.cs, where the namespace "System" is mentioned, instead he considers that it is this system class, which leads to errors everywhere.

What would be the best way to solve this problem with names?

+4
source share
1 answer

System ( ) Reference.cs, [XmlRoot(ElementName = "System")], () .

, , , .

+3

All Articles