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:

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?
source
share