[Mono-winforms-list] How can I use MWF with VS .NET 2003?

Bogdan Bot Bogdan Bot <cbobby@gmail.com>
Mon, 7 Feb 2005 14:19:03 +0200


Hello,

I solved that problem by including the mono SWF (MWF) VS .NET 2003
project in my solution. I then make sure MWF builds, remove reference
to .NET's SWF assembly and add a reference to the before mentioned
project, now in my solution.

Tanks,

Bogdan.


On Mon, 7 Feb 2005 10:10:41 +0100, Aleksandar Dezelin <dezelin@gmail.com> wrote:
> Well, I don't know what do you expect from Microsoft?
> 
> I had the same problem too: when I used MWF in VS2003 compiled as
> another project in my solution, csc compiler always complained about
> double defined types, but it always used the ones from my solution.
> I've tried to turn this warning off via compiler /nowarn switch, but
> it seems that csc ignores it. If that annoys you, try removing the
> System.Windows.Forms.dll from the .NET GAC.
> 
> Cheers,
> Aleksandar Dezelin
> 
> On Sat, 5 Feb 2005 23:59:16 +0200, Bogdan Bot <cbobby@gmail.com> wrote:
> > Hello,
> >
> > I do not manage to make my C# projects use MWF instead of .NET SWF. I
> > replace the reference to SWF to the MWF assembly in a previously
> > created C# Windows Application project. It does not work with
> > CopyLocal=true nor with CopyLocal=false.
> >
> > Furthermore trying to add controls from MWF to my toolbar does not
> > work either. There seems to be an override mechanism in place (GAC ?)
> > which gives higher priority to the assembly (SWF) from .NET GAC
> > compared to the assembly from the current directory/specified
> > reference.
> > _______________________________________________
> > Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> >
> 
> 
> --
> Linux is like wighwam, no windows no gates and apache inside...
>