Single instance application

G

Guest

Our client made a Vb.Net application which is configured to start as a Single
instance application. Calling this application a second time with a specific
command line argument will execute the requested operation.

But whenever another .Net application that uses .Net remoting is open at the
same time the operation descripbed above does not work. We can see the
second instance starting for a second and closing but the first instance does
not react as if the call to the event handler StartupNextInstance was not
being made. When we close the application using .Net remoting everything
goes back to normal.

Anybody would know what is going on here?
How does the two instance communicate with each other? And how another
application would interfere with it.
 
C

Cor Ligthert [MVP]

RF,

For this are more possibilities, the simplest is with the mutex however if
that is done here we cannot see ofcourse.

Cor
 

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

Top