Hello, guys here is a prototype code:
exAsseblyRef = clr.AddReference("C:\ExamRecordHelper")
from ExamRecordHelper import *
loaderObj = ExamRecordLoader( 'MyBinaryFile.bin') << Exception here.
On the 3d line the C# constructor ExamRecordLoader(String) is called - it can't
create the object.
The code in the original post works in IronPython ( i.e. loaderObj =
ExamRecordLoader( 'MyBinaryFile.bin') this line has no exceptions in IronPython
)
___
PythonNet mailing list -- pythonnet@python.org
To unsubscribe send an email to pythonnet-le...@pyt