Hi ,
Please could you help , I have one .NET DLL that is referencing to a C++ DLL , the issue is when I'am calling the function of my .net DLL , the NAV 13.3 is givin en error message
A call to LibraryElectronicPay......Operation failed with this message: Could not load file or assembly 'Name of DLL', Version=1.0.6561.26476, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File does not exist.
Is any special folder where I can put my lib used by the DLL file .
Thanks a lot,
Answers
Maybe this could help you:
https://blogs.microsoft.co.il/sasha/2014/01/07/hosting-a-net-dll-as-an-out-of-process-com-server/
Regards Marc