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
karthik karthikkarthik karthik 

Error with Enterprise Api

 when i start integration salesforce with TFS i got the following error, pls i need urgent help.

"Unable to generate a temporary class (result=1).
error CS0029: Cannot implicitly convert type 'TFS.Enterprise.ListViewRecordColumn' to 'TFS.Enterprise.ListViewRecordColumn[]'"
SaraHasNoLimitsSaraHasNoLimits
Hi Karthik,

You can get around the ListViewRecordColumn error by simply doing a find and replace of [][] to []. This will replace two occurrence in the Reference.cs file after you have attached the newly generated WSDL and will allow your app to work. Not ideal, but at this point, I am not sure what else to do.

Good luck,

Sara