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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top