Hello.
I have a web service written in C#. When I debug it from Visual studio, it works well: calling a method gives reply. however, when I use it - call from localhost, it fails. when I use the method, it throws an exception.
"An attempt is made to create or change an object in a way which is incorrect with regard to namespaces". this is what I get as an exception message.
I do not know why this happens. It runs on Visual Studio fine, but not on IIS.
Is there anybody has an answer If so, I'd be very thankful.
by the way, I hope this is the right forum to post such question