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
santhakumar munuswamysanthakumar munuswamy 

How to resolve the Login issues

I am getting below error message while login using asp.net with wsdl service

There was an error in serializing one of the headers in message loginRequest: 'Unable to generate a temporary class (result=1).
error CS0030: Cannot convert type 'ApexApi.ListViewRecordColumn[]' to 'ApexApi.ListViewRecordColumn'
error CS0030: Cannot convert type 'ApexApi.ListViewRecordColumn[]' to 'ApexApi.ListViewRecordColumn'
error CS0029: Cannot implicitly convert type 'ApexApi.ListViewRecordColumn' to 'ApexApi.ListViewRecordColumn[]'
error CS0029: Cannot implicitly convert type 'ApexApi.ListViewRecordColumn' to 'ApexApi.ListViewRecordColumn[]'
'.  Please see InnerException for more details.
ShashankShashank (Salesforce Developers) 
Hi Santhakumar,

Your issue is addressed in this article: https://help.salesforce.com/apex/HTViewSolution?urlname=Unable-to-generate-a-temporary-class-result-1-is-returned-when-Net-integration-tries-to-parse-the-Enterprise-WSDL-version-32-0&language=en_US

Thanks,
Shashank