I get the following error when loading a DLL into our program, which causes the following error:
Unable to load DLL 'xxx.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
This does not make sense to me because the DLL exists and is built into our installer every time we make changes to our code. This DLL has not changed for several months, and it only started to happen about a week ago from our newly installed copies. Any ideas? This project is an unmanaged C ++ project that is called from a .NET 3.5 application.
source share