Getting error as "Error while loading plugin symbols"
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.