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
jarthurjarthur 

asp.net intellisense

Hello,

Has anyone run across the situation where intellisense slows to a crawl and becomes unusable for the SF enterprise wsdl when the web reference is added to an asp.net web application project?  Does not seem to happen when the reference is added to an asp.net web site.

Thanks for any insight.
Mike LeachMike Leach

You might try generating the webservice proxy class directly using WSDL.EXE instead of using the Visual Studio "Add Web Reference" approach.

1) Download WSDL from Salesforce and save locally

2) Run WSDL.EXE [enterprise.wsdl filename]

3) Copy the Reference.cs output class to your project and include it in the build

VS.NET Designer mode and Intellisense *may* get a better clue from the direct binding than reflecting on web reference proxies.