mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
857 stars 459 forks source link

System.DllNotFoundException HResult=0x80131524 Message=Unable to load DLL 'iec61850' or one of its dependencies #412

Open chuankang opened 1 year ago

chuankang commented 1 year ago

I already have this DLL, or an error what reason be excuse me,.net core 2.1

nikunj1222 commented 1 year ago

@chuankang use the tool on the following link https://www.dependencywalker.com/

This will give you the list of all the depnedency, make sure you have all of them installed.

ivanbejarano commented 1 year ago

I also have the same error when I run the Goose examples. Every time I invoke the GooseReceiver function, it throws an exception: [Unable to load DLL (Module could not be found HRESULT: 0x8007007E)]. However, it works properly with all other functions that are not related to GOOSE. I build the DLL with winpcap (lib, build) specified packets. I don't know how could I solve this issue.