https://bugzilla.novell.com/show_bug.cgi?id=394207
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=394207#c7 --- Comment #7 from Robert Jordan <[EMAIL PROTECTED]> 2008-05-29 16:19:34 MDT --- The issue is related to the different assembly identities of the shared assembly: BdtClient: BdtShared, Version=1.4.3065.37872, Culture=neutral, PublicKeyToken=null ===== BdtWebServer: BdtShared, Version=1.4.3065.37878, Culture=neutral, PublicKeyToken=null ===== If the assembly has the same assembly name, the bug does not occur. It seems that somewhere in the runtime the assemblies are treated as equal although they are obviously not. The fact that it only occurs in xsp2 might be related to its shadow copy usage. Sebastien, in the meanwhile you can fix this by removing the wildcards from the AssemblyVersion attribute. -- 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
