Hi,
I‘ve created an application to test some natives and custom 9.7.1 web methods (for exemple i’ve created a getchildList webmethod which is similar to the new GetNodesInContainer web method in v10).
This application doesn’t work anymore with CS 10.0, i always have an error « The reference of the object is not set of an instance of an object» when I call my web methods.
I’ve opened my Test application source project and only updated web references. I’ve a lot of errors because i need now to pass authentication parameter by reference. In the new generated Reference.cs i indeed see « Public xxxx.MyReponse myMethod(ref xx.OTAuthentication, int…) »
In the 9.7.1 version i haven’t this « ref » ; why it is now « by ref » ? Did i misconfigured something?
If i correct all this « reference » errors, my application works fine, does this means that i need to rebuild all my projects that use these services
?