A
Art Krumsee
I've written a console application. I need to run multiple instances of
this app and I need to be able to tell which is which in task manager.
With the original vb6 version of this app I created multiple copies of the
executable (test1.exe, test2.exe, etc.)
I'm trying to do the same with the .net version but it incorporates a
component that incorporates a module that uses what the vendor tells me is
the .net standard licensing model. The original application (before
renaming) works perfectly but the other renamed copies throw an error
complaining about licensing.
Is there a way around this problem?
this app and I need to be able to tell which is which in task manager.
With the original vb6 version of this app I created multiple copies of the
executable (test1.exe, test2.exe, etc.)
I'm trying to do the same with the .net version but it incorporates a
component that incorporates a module that uses what the vendor tells me is
the .net standard licensing model. The original application (before
renaming) works perfectly but the other renamed copies throw an error
complaining about licensing.
Is there a way around this problem?