C
Craig Setera
(Apologies for cross post from smartphone newsgroup)
I have an application I've built that consists of 4 .Net CF Dll's and a
single .Net executable. The application uses a single configuration
file to drive the functionality. The configuration file is located
relative to the Assembly's installation location. I would like to be
able to install multiple instances of this code that are only
distinguished by their installation location. This does not appear to
work, as a TypeLoadException is thrown when one of the instances is
running and an attempt to start another instance occurs. Is this not
possible? If it is possible, what needs to be done to make it work
correctly? Changing the executable name does not appear to be enough.
What other options do I have?
Thanks,
Craig
I have an application I've built that consists of 4 .Net CF Dll's and a
single .Net executable. The application uses a single configuration
file to drive the functionality. The configuration file is located
relative to the Assembly's installation location. I would like to be
able to install multiple instances of this code that are only
distinguished by their installation location. This does not appear to
work, as a TypeLoadException is thrown when one of the instances is
running and an attempt to start another instance occurs. Is this not
possible? If it is possible, what needs to be done to make it work
correctly? Changing the executable name does not appear to be enough.
What other options do I have?
Thanks,
Craig