12-05-2007 09:51 AM
12-05-2007 11:21 AM
12-05-2007 08:57 PM
11-07-2008 03:52 AM
Hi Jonathan !
Thanks for these explanations and links... but you said that all .NET assemblies must be in the same directory or subdirectory as the application. That's why placing a .NET dll in the support directory (data) works... In my case, my .NET assemblies are placed in a application's subdirectory named "Lib", so at the same 'level' as "data" directory...
Nevertheless, if I build my executable placing these Dlls in the "Lib" folder, then an explorer window appears when launching the exe and asking for Dlls.
But if build my executable placing the Dlls in the "data" folder they are automatically found...
Why is that ?
11-07-2008 04:19 AM
Hi there
Check the "Support Directory" Setting on the "Destinations" of the Applications Build Specification. This defaults to "Application\data".