[Mono-bugs] [Bug 660015] Getting errors and crash while invoking Activator.CreateInstanceFrom()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 20 10:49:45 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=660015

https://bugzilla.novell.com/show_bug.cgi?id=660015#c2


--- Comment #2 from mike guman <mguman at knology.net> 2010-12-20 15:49:44 UTC ---
(In reply to comment #0)
> 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! 

> Note that the 'native' dll is actually a mixed mode C++/CLI dll. <===
> 
> 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.


More information about the mono-bugs mailing list