https://bugzilla.novell.com/show_bug.cgi?id=432423
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=432423#c2 Dean Brettle <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|[EMAIL PROTECTED] | --- Comment #2 from Dean Brettle <[EMAIL PROTECTED]> 2008-11-05 12:54:08 MST --- To reproduce, build a strong-named assembly (from source that doesn't contain the AssemblyFlags attr) with mcs and with csc and then use monodis to look at the Flags in both. The one built with mcs will have the Flags set to 0, but the one built with csc will have the Flags set to 1 (i.e PublicKey). So, csc sets it by default. mcs should do the same in order to be compatible. The fact that it doesn't causes problems when using strong-named C# custom controls from VB.NET web app projects. Let me know if you need more info. -- 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
