G
Guest
Hi,
I have an applicationthat calls Application.Run from main, and this
generates a FileNotFoundException. The solution has the main program and a
number of DLLs, and it is saying that it cannot find one of the DLLs or its
dependencies. Yet the DLL is present in the application folder, and it only
has system tool dependencies, which are also used by other DLLs that load
successfully before the one causing the problem. The DLL giving the problem
is written in C++, whereas the rest of the program is in C#, but I don't see
that causing any problems.
Any suggestions? Does .Net look elsewhere than at the files in the folder to
see if a file is present or not?
Regards,
Tim
I have an applicationthat calls Application.Run from main, and this
generates a FileNotFoundException. The solution has the main program and a
number of DLLs, and it is saying that it cannot find one of the DLLs or its
dependencies. Yet the DLL is present in the application folder, and it only
has system tool dependencies, which are also used by other DLLs that load
successfully before the one causing the problem. The DLL giving the problem
is written in C++, whereas the rest of the program is in C#, but I don't see
that causing any problems.
Any suggestions? Does .Net look elsewhere than at the files in the folder to
see if a file is present or not?
Regards,
Tim