You need to sign in to do that
Don't have an account?
thaifishy
Cannot build project under VS 2003 after upgrading.
After upgrading to VStudio 2003, my build fails with error:
'The type or namespace 'salesforce' could not be found.'
on this line:
private static salesforce.SforceService binding = null;
I have the WSDL added in Web References and is called 'salesforce'
What else do I need to do? I also did grab the latest WSDL for the organization, so I'm not %100 sure it is related to the VStudio upgrade...
Hi thaifishy,
Not sure. Can you post the first 20 or so lines of the Reference.cs file?
WSDL file isn't in the installation (its referencing
C:\perforce\sforce\API_V60\VS\samples\enterprise.wsdl
in the project
GlennW