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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=368294#c6





--- Comment #6 from Marek Safar <[EMAIL PROTECTED]>  2008-03-07 13:58:22 MST ---
I have included another test dll which reproduces the *REAL* issue which I have

Mono runtime loads some types from wrong assembly (System.Int32) in my case


Expected result:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

Actual result:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to