• Terry Downing
  • NEWBIE
  • 55 Points
  • Member since 2014
  • Business Systems Software Engineer
  • Stratasys Direct Manufacturing

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
I have added my enterprise wdsl to my local ASP.NET web site and when I attempt to log in, I get the following error:

Cannot convert type 'sForce.ListViewRecordColumn[]' to 'sForce.ListViewRecordColumn' error CS0030

I found a post that says to edit the resource.vb file except I dont have one.
Missing Resource.vb file
Any and all help would be appriciated.
I have added my enterprise wdsl to my local ASP.NET web site and when I attempt to log in, I get the following error:

Cannot convert type 'sForce.ListViewRecordColumn[]' to 'sForce.ListViewRecordColumn' error CS0030

I found a post that says to edit the resource.vb file except I dont have one.
Missing Resource.vb file
Any and all help would be appriciated.
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?
I just generated a new enterprise wsdl from the Sandbox which has the new api version 32.

On the login call:

SforceService sforceSession = new SforceService();

it is generating the following error:

System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS0030: Cannot convert type 'xxx.ListViewRecordColumn[]' to 'xxx.ListViewRecordColumn'
error CS0030: Cannot convert type 'xxx.ListViewRecordColumn[]' to 'xxx.ListViewRecordColumn'
error CS0029: Cannot implicitly convert type 'xxx.ListViewRecordColumn' to 'xxx.ListViewRecordColumn[]'
error CS0029: Cannot implicitly convert type 'xxx.ListViewRecordColumn' to 'xxx.ListViewRecordColumn[]'

It works fine is I use the previous wsdl. Did the object change?

Thanks