Windows API using reflection in C#
Hi,
I need to use an external dll file in my project. I tried it using reflection, using Assembly class' method LoadFrom. But this gives me following error
"Could not load assembly. The module was expected to contain an assembly manifest."
Any pointers would be of great help.
Thanks.
|