R
Ron Bremmers
I have a application (.exe) and one assembly (.dll).
When the two files are in de same folder, it works fine.
But I want to create a subfolder called for example "DLLs".
When I move the assembly to the DLLs folder, the exe doesn't work anymore.
So I create a key in de "App Paths" section of the registry
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths) to
tell the application to look into the DLLs folder.
But that doesn't work. Is that not possible with .NET dll's?? How can I get
it working??
When the two files are in de same folder, it works fine.
But I want to create a subfolder called for example "DLLs".
When I move the assembly to the DLLs folder, the exe doesn't work anymore.
So I create a key in de "App Paths" section of the registry
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths) to
tell the application to look into the DLLs folder.
But that doesn't work. Is that not possible with .NET dll's?? How can I get
it working??