app.exe.config

  • Thread starter Thread starter McK_N
  • Start date Start date
M

McK_N

Hi,

I want to make a app.exe.config to set the default dll to
use. I don't want to registry my dll. Can someone give me
the XML syntaxe to do this. By the way if you know a place
where I can find a full app.exe.config to see what we can
do with it.

Thanks
 
Hi,

I want to make a app.exe.config to set the default dll to
use. I don't want to registry my dll. Can someone give me
the XML syntaxe to do this. By the way if you know a place
where I can find a full app.exe.config to see what we can
do with it.

..NET DLL's don't need to be registered, so that shouldn't be an issue.
Will you have different DLL's that will load depending on certain
conditions?
 
Hi,

If we don't have to register the dll do you have an idea
why it tell me you cannot edit registry key but when I try
regedit I can acces any registry key I want and the
application can use 2 different version of the dll.

Thanks
-----Original Message-----
 
Back
Top