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
Cledson PachecoCledson Pacheco 

Error login after update API to version 31

Helo There,

After uptate API to version 31, when ís called method login return this error:

Error serializing one of the message headers loginRequest: 'Unable to generate a temporary class (result = 1).
error CS0030: Can not convert type
'SigaSforceSyncService.WsSforce.ListViewRecordColumn[]' em 'SigaSforceSyncService.WsSforce.ListViewRecordColumn'

somebody with this problem?
Gaurav NirwalGaurav Nirwal
I ran into this big issue when create new force.com project after installing new eclipse version. I found the new force.com version is 31, that's why this issue happened. So I install again(force.com version is version 30.0). It works!
I don't know why the newest version can't work, maybe out organization is not updated the newest or else, that's weird.
Cledson PachecoCledson Pacheco
Dear,
I fix this issue replacing the  occurences of WSDL class : ListViewRecordColumn[][] por ListViewRecordColumn[].

Thanks to help.
Terry DowningTerry Downing
This is also discussed in this thread
https://developer.salesforce.com/forums/ForumsMain?state=id#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000Ai2JIAS (https://developer.salesforce.com/forums/ForumsMain?state=id#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000Ai2JIAS)