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

Bogdan Bot Bogdan Bot <cbobby@gmail.com>
Sat, 5 Feb 2005 23:59:16 +0200


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.