The problem started when I moved the server from a console application
(for testing) to a Windows service. As a console application, the
server worked flawlessly, as a service I get NullReference exceptions
on the client when trying to call only SOME server methods. About 80%
of the methods work. I am fairly convinced it is a server problem
since the change in server brought it to my attention, but I realize
that this may not be so. Also, the server is unaffected by this, no
exceptions are thrown (that I know of) and the methods that worked
before still work. The same methods always work. I am not sure how to
approach this. It's difficult to debug the service and running the
server as any other type of executable allows it to work properly. Any
help is appreciated.
Thanks,
ljp
Leo Plocicki - 01 Jul 2003 15:41 GMT
Nevermind! The server was throwing an exception and preventing some
code from executing.
> The problem started when I moved the server from a console application
> (for testing) to a Windows service. As a console application, the
[quoted text clipped - 11 lines]
> Thanks,
> ljp