On 8/30/07, Everaldo Canuto <[EMAIL PROTECTED]> wrote: > Hey, > > I got this error when try to compile: > > [EMAIL PROTECTED]> cd mwf-designer/ > [EMAIL PROTECTED]> make > mkdir -p build > cp deps/ICSharpCode.NRefactory.dll build > gmcs -debug > -r:System.Design,System.Windows.Forms,System.Drawing,System.Data,build/ICSharpCode.NRefactory.dll > -out:build/mwf-designer.exe src/*.cs src/*/*.cs > src/DesignTime/CodeProviderDesignerLoader.cs(43,53): error CS0246: The > type or namespace name `CodeDomDesignerLoader' could not be found. Are > you missing a using directive or an assembly reference? > src/DesignTime/CodeProviderEventBindingService.cs(41,58): error > CS0246: The type or namespace name `EventBindingService' could not be > found. Are you missing a using directive or an assembly reference? > Compilation failed: 2 error(s), 0 warnings > make: *** [all] Error 1 > [EMAIL PROTECTED]> > > > Any ideas? >
You have to update mcs to latest. > > > On 8/29/07, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote: > > Today I have commited the Design-Time code in the class library. I > > have also added the mwf-designer module in trunk. Check out the wiki > > page at: > > > > http://mono-project.com/WinForms_Designer > > > > Yay! > > -- > > Ivan N. Zlatev > > > > Web: http://www.i-nZ.net > > "It's all some kind of whacked out conspiracy." > > _______________________________________________ > > Mono-winforms-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-winforms-list > > > -- Ivan N. Zlatev Web: http://www.i-nZ.net "It's all some kind of whacked out conspiracy." _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
