https://bugzilla.novell.com/show_bug.cgi?id=660015
https://bugzilla.novell.com/show_bug.cgi?id=660015#c0 Summary: Getting errors and crash while invoking Activator.CreateInstanceFrom() Classification: Mono Product: Mono: Runtime Version: 2.8.x Platform: i386 OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: remoting AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; .NET4.0E) I am using Activator.CreateInstanceFrom() and am getting a FileNotFoundException. The dll path is good and the file exists however the native c++ dll depends on another c++ dll so I tried statically linking the second .dll to the first which alleviated the 'file not found' exception, however I am now getting a "implement type compare for 1b!" message and mono crashes! See attached test.cs for more detail on how I am calling CreateInstanceFrom(); Reproducible: Always Steps to Reproduce: 1. See sample code, calls simple native c++ dll 2. 3. Actual Results: getting a "implement type compare for 1b!" message and mono crashes! Runs fine under Microsoft NET version 2.0 Expected Results: Object instance is created. Running mono 2.8 under windows 7 -64 bit. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
