question

StanHuang-4827 avatar image
0 Votes"
StanHuang-4827 asked DylanZhu-MSFT answered

The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)

I built a DLL in C++, FRV_Dll.dll, which calls a 3rd-party's DLLs successfully. I then called FRV_Dll from C#, tested successfully.

Then, I updated FRV_Dll by adding calling some more DLL of the 3rd-party. I built it successfully. I called it again in same C# main program. I got error of 0x8007007F, detailed as title.

It's obviously, the new called 3rd-party DLL functions cause the trouble. But all the 3rd-party's DLLs reside on the same folder, so how can I know which functions are troubled ones? How can I figure on it?

My tool and platform are Visual Studio 2019 / Windows 10

vs-generalwindows-10-network
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

DylanZhu-MSFT avatar image
0 Votes"
DylanZhu-MSFT answered

Hi StanHuang,

Maybe you can use Dependencies tool to do this: https://github.com/lucasg/Dependencies

Best Regards,
Dylan


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.