I am trying to build a simple TCP based service, with TCP client. Whent the
client sends an request to the services here is the expection and stack
information throw by WSE 2.0:
Unhandled Exception: System.Exception: WSE104: An asynchronous callback
raised a
n exception. ---> System.NullReferenceException: Object reference not set to
an
instance of an object.
at
Microsoft.Web.Services2.Messaging.SoapTcpTransport.OnAcceptComplete(IAsync
Result ar)
at Microsoft.Web.Services2.AsyncResult.Complete(Boolean
completedSynchronousl
y, Exception exception)
--- End of inner exception stack trace ---
at Microsoft.Web.Services2.AsyncResult.RaiseUnhandledException(Object o)
at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object
state
)
at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, C
ontextCallback callBack, Object state, StackCrawlMark& stackMark)
at System.Threading._ThreadPoolWaitCallback.WaitCallback(Object state)
I have not been able to figure out what I am doing wrong as the service
crashed before I code to handel the request begins.
Thanks......
Hervey Wilson [MSFT] - 26 Sep 2004 07:14 GMT
Here's a wild guess: are you are running WSE2 on the Beta version of .NET
Framework 2.0? If so, this is a known problem with the beta release of the
framework, it's not a WSE2 problem. Using WSE2 on .NET Framework 2.0 (either
beta or community drops) is unsupported at this time since there are known
issues with this combination; the development teams are investigating these
and they will be fixed before the final version of .NET Framework 2.0
releases.

Signature
This posting is provided "AS IS", with no warranties, and confers no rights.
>I am trying to build a simple TCP based service, with TCP client. Whent
>the
[quoted text clipped - 26 lines]
>
> Thanks......