You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an auto generated class called Configuration in which the URL of the server is stored. If the proxy is generated against a method that returns a poco object with datatype of "Configuration" (a common enough name), it now conflicts with the auto generated class.
Please can you move the Configuration class to a different namespace? (before it used to be partial and not static, so that led to a silent merge of the 2 classes)
The text was updated successfully, but these errors were encountered:
There is an auto generated class called Configuration in which the URL of the server is stored. If the proxy is generated against a method that returns a poco object with datatype of "Configuration" (a common enough name), it now conflicts with the auto generated class.
Please can you move the Configuration class to a different namespace? (before it used to be partial and not static, so that led to a silent merge of the 2 classes)
The text was updated successfully, but these errors were encountered: