I'm getting this error when ever I try to use
Assembly.Load("Huru.Plasma.dll")

I need to be able to access the dll's classes in order to translate data from one format to another.

I get this output on the console:
CLR.System.BadImageFormatException: Exception from HRESULT: 0x8013141D.
   at System.Reflection.Assembly.nLoadImage(Byte[] rawAssembly, Byte[] rawSymbolStore, Evidence evidence, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.Load(Byte[] rawAssembly)

-------------------------

I have tried using
import CLR.Huru.Plasma

but it tells me that there is no module named Huru.

The dll is in the GAC. I am able to access all System dlls and DirectX dlls, but not my own C# dll.
 


_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to