Hi Everyone,
I found Stack Overflow is one among the best group for all our clarifications. I have the native dll written in C. I compiled the proj using VC++ (VS 2008), Using my C# application I called the dll functions through Dllimport. The problem is it fails to load the dll. It says unable to load the dll.
I have compiled to the platform from x86 to x64 both my dll and my application. It would be really great if you guys help me for resolving this issue.
Is there any possibility to check whether why the dll is not loaded.
Thanks in advance.