I currently have a DLL (done using C++). Now I want to load this DLL in my C# application to access some methods.
I tried using the example shown here but it couldn't work: Can I load a .NET assembly at runtime and instantiate a type knowing only the name?
Any idea what's wrong? Is there any way to load a DLL and access the methods?
Thanks In Advance, Perumal