I am having a problem where I have a COM application that can be run stand-alone and programatically via COM interop. If an instance of the COM application is being run when my .NET application that does the COM interop starts, it latches onto a currently running instance rather than making a new instance for itself.
So here are the facts of my situation.
I think that the above points make my very special situation really clear now. If still not yet clear a co-worker of mine has posted a on the stackoverflow forum with the same question worded in his own way. (Link to post)
Any help would be appreciated.
I am new to COM Interop, but wouldn't this be the same as doing automation in Word or Excel? This issue would most likely come up a lot I would think.