1 Reply Latest reply: Jan 10, 2012 3:36 PM by tdanner RSS

Orion SDK in VB.Net

jaimes0812
Currently Being Moderated

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.

More Like This

  • Retrieving data ...