S
serge calderara
Dear all,
I need to create an instance object of a library wit the
following way:
obj = AppDomain.CurrentDomain.CreateInstanceFromAndUnwrap
("Mylib.dll, "PluginApp.PlugIn")
This works fine as long as I place mylib.dll in the same
place as my application EXE file.
If I place that file in a particular folder like \PLUGIN,
I get an error saying it cannot find the file.
How can I make it working in order in search for the file
in \PLUGIN folder ???
thnaks for your help
regards
serge
I need to create an instance object of a library wit the
following way:
obj = AppDomain.CurrentDomain.CreateInstanceFromAndUnwrap
("Mylib.dll, "PluginApp.PlugIn")
This works fine as long as I place mylib.dll in the same
place as my application EXE file.
If I place that file in a particular folder like \PLUGIN,
I get an error saying it cannot find the file.
How can I make it working in order in search for the file
in \PLUGIN folder ???
thnaks for your help
regards
serge