1
Answer

Getting error as "Error while loading plugin symbols"

Photo of santo jd

santo jd

14y
10.7k
1
Hello all,

I have written a C# dll and trying to use that in unmanaged C++ code.
I got compiled properly but while executing C++ code I think C# dll is not getting loaded and I am getting following error:
"Error while  loading plugin symbols"

I am a beginner for C#.

Please guide me.

Thanks in advance.


San.

Answers (1)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 14y
The term plugin means that the software issuing the message was not written by Microsoft so you need to refer to the documentation of the other software. The problem is not the result of the C# DLL not getting loaded. If you wrote both the C# program and the C++ program and you don't recognize the error message then it is a problem with non-Micorosoft software that you are using.