.net - An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll -


i'm working in windows project (done long time visual studio 2003 .net 1.03**). when try run forms getting strange error:

an unhandled exception of type 'system.reflection.targetinvocationexception' occurred in mscorlib.dll
additional information: exception has been thrown target of invocation.

the inner exception this:

unhandled exception: system.reflection.targetinvocationexception: exception has been thrown target of invocation. ---> system.web.services.protocols.soapexception: server unable process request. --> value either large or small uint16. @ system.web.services.protocols.soaphttpclientprotocol.readresponse(soapclientmessage message, webresponse response, stream responsestream) @ system.web.services.protocols.soaphttpclientprotocol.invoke(string methodname, object[] parameters) @ sabre.sabrerts.ui.forms.organizationservice.organizationservice.getworkcentre() in f:\tenddevnew\ui\forms\web references\organizationservice\reference.cs:line 928 @ sabre.sabrerts.ui.forms.shiftexception.populateworkcentrecombo() in f:\****\ui\forms\shiftexception.cs:line 933 @ sabre.sabrerts.ui.forms.shiftexception..ctor() in f:\****\ui\forms\shiftexception.cs:line 148 --- end of inner exception stack trace --- 

this has happened when variable initiated (this code sent production many many times without issue).

is there solution this?

(is caused corruption of framework itself?. further, pc have frameworks latest version.)


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -