This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Orion SDK in VB.Net

FormerMember
FormerMember

after creating a new web service, i added a new service reference (https://<servername>:17778/SolarWinds/InformationService), now I'm getting 8 errors in the Reference.vb. 

  • 'Public Property outputFormat() As QueryOutputFormat' has multiple definitions with identical signatures.
  • 'Protected Sub RaisePropertyChanged(propertyName as String)' has mutliple definitions with identical signatures.
  • Attribute 'GeneratedCodeAttribute' cannot be applied multiple times.
  • Attribute 'SerializableAttribute' cannot be applied multiple times.
  • Attribute 'DebuggerStepThroughAttribute' cannot be applied multiple times.
  • 'outputFormatField' is already declared as 'Private outputFormatField As QueryOutputFormat' in this class. 
  • 'PropertyChanged' is already declared as 'Public Event PropertyChanged(sender As Object, e As System.ComponentModel.PropertyChangedEventArgs)' in this class. 
  • enum 'QueryOutputFormat' and enum 'QueryOutputFormat' conflict in namespace 'InformationService'. 

Since this the Reference.vb file is auto generated when adding the service reference to the project, I am not sure how resolve this issue.  I am using Visual Studio 2008.  Any help would be greatly appreciated.