Due to a NDA I cannot share any code so hopefully someone can help me here.
I'm trying to do a SOAP call to a backoffice of a client which works until I ask for the result. Now my project is divided into 3 separate project files
When I execute the async task the following error occurs.
System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e is not assignable from System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
What I can say about the call is that I assign a string to a class that contains one property (string). So I'm not exactly sure what is the problem here.
Hopefully someone had this problem before and can point me to the fix !
Tx
I had a similar problem. I had 2 dimensions arrays "array[][]", simply I changed the 2 dimensions array "array[][]" to 1 dimension array "array[]" and it works fine. Check this post: https://forums.asp.net/t/1469891.aspx?Unable+to+generate+a+temporary+class+result+1+error+CS0030+
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With