[Python.NET] Binary file passed to .Net object

2021-01-23 Thread Alexander Masis
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.

[Python.NET] Re: Binary file passed to .Net object

2021-01-27 Thread Alexander Masis
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