Hi,
I have wrapped an unmanaged C code in a C++ wrapper. When I call the methods
in wrapper everything works perfect but when I add a ref to the wrapper
within my C# app and call the wrapper's method there I get a File Not found
exception:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
Unknown Module.
Additional information: The specified module could not be found. (Exception
from HRESULT: 0x8007007E)
I am using .NET 2005.
Matt - 11 May 2006 18:45 GMT
I have the same problem and have been unable to resolve it. I have seen a multitude of HRESULT 0x8007007F solutions but none quite match the problem I am having.
Windows 2000 with the 2.0 framework and the application is VS.NET 2005 (C#). It says file not found but all the files are there.
Very confused. It runs just fine on a different Windows 2000 machine.