[Mono-winforms-list] Disabling SMDiagnostics.dll on Windows

Rolf Bjarne Kvinge rolflists at ya.com
Mon May 14 03:37:48 EDT 2007



> -----Original Message-----
> From: mono-winforms-list-bounces at lists.ximian.com [mailto:mono-
> winforms-list-bounces at lists.ximian.com] On Behalf Of Miguel de Icaza
> Sent: domingo, 13 de mayo de 2007 18:35
> To: Mono Olive - developing 3.0, 3.5 and Silverlight
> Cc: mono-winforms-list at lists.ximian.com
> Subject: Re: [Mono-winforms-list] Disabling SMDiagnostics.dll on
> Windows
> 
> Hello,
> 
> > Has anyone debugged olive under VS referencing Mono assemblies and
> > know how to disable this assembly from being loaded when using
> > System.ServiceModel.dll?
> 
> I know that the Windows.Forms developers run into the same issue: they
> have assemblies that are versioned and signed with the same key as
> Microsoft.   It might be worth finding out from the Windows.Forms team
> how this is done, and add this to our FAQs.
> 

If you want to debug an assembly that's already in the GAC, you can't sign
it, since MS will always prefer the assembly in the GAC (when I'm debugging
the System.Windows.Forms.dll with VS, I comment out the line in
AssemblyInfo.cs with the keyfile, that's all that's required).

Rolf



More information about the Mono-winforms-list mailing list