program terminates without any exception

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are running a Client/Server application using Remoting. Now we have the
problem, the program terminates unexpected without any exeptions or error
messages.
The .log files also say nothing, it's just stop logging without errors.

Are there some issues with Remoting when the connection is lost?
Any other ideas? We are running the Framework 1.1

With regards
Christian
 
Hi

There is no issues with the remoting. If connection is lost then it will
show the remoting exceptions. It will not close the application. There can be
some reason like, some object you may be using in your client application not
working properly, or somewhere you may calling the application.exit or
system.environment.exit(0). Try to debug the code.

Are you using the try catch blocks while accessing the remoting object?

Sooraj
Microsoft Community Star
 
Back
Top