T
Tom
why is it everytime I make a simple remoting application using http as the
transfer mode it gives me errors below... I don't understand why it throws
the error with the url of
http://schemas.microsoft.com/clr/nsassem/Communicate.IOperationManager/IOperationManager#login
.... when I've only specified http://localhost:7999/app where login is one of
the methods that I am invoking...
An unhandled exception of type 'System.Runtime.Remoting.RemotingException'
occurred in mscorlib.dll
Additional information: Invalid SOAPAction specified:
"http://schemas.microsoft.com/clr/nsassem/Communicate.IOperationManager/IOpe
rationManager#login"
if I switch the transport mode to tcp the application works immediately and
provides the correct result. why is that ?
I've poured over numerous books I just don't know whats wrong
Thanks
Tom
transfer mode it gives me errors below... I don't understand why it throws
the error with the url of
http://schemas.microsoft.com/clr/nsassem/Communicate.IOperationManager/IOperationManager#login
.... when I've only specified http://localhost:7999/app where login is one of
the methods that I am invoking...
An unhandled exception of type 'System.Runtime.Remoting.RemotingException'
occurred in mscorlib.dll
Additional information: Invalid SOAPAction specified:
"http://schemas.microsoft.com/clr/nsassem/Communicate.IOperationManager/IOpe
rationManager#login"
if I switch the transport mode to tcp the application works immediately and
provides the correct result. why is that ?
I've poured over numerous books I just don't know whats wrong
Thanks
Tom