function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dannyboy75dannyboy75 

sObject Blues in .Net

Hi,

I am using VS.NET 2003 and the Enterprise .wsdl as a web reference. For some reason I continue to get the "Type 'sObject' is not defined" error when I build my web service project in my "Reference.vb" file.

I have combed through the postings regarding this issue and cannot fine what I am doing wrong. My "[Case]" syntax is correct... Can you please help me out? How am I supposed to declare "sObject" and where?

Your help is greatly appreciated,

Dan

Message Edited by dannyboy75 on 07-06-2004 05:18 PM

DevAngelDevAngel

Hi dannyboy75,

What about the Event attribute?  That one needs to be [Event] also.