hi, I created a web application with vs 2008, and imported the references "AjaxControlToolkit". I tried to run it on mono, returns an error:
------- Server Error in '/' Application Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Compiler Error Message: VBNC_CRASH: Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4 - r) Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved. Error: VBNC99999: Unexpected error: The classes in the module can not be loaded. at (wrapper managed-to-native) System.Reflection.Assembly: GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] at vbnc.TypeManager.LoadReferencedTypes () [0x00028] in / tmp / buildd / mono -basic-2.4/vbnc/vbnc/source/General/TypeManager.vb: 441 at vbnc.TypeManager.LoadReferenced () [0x000e3] in / tmp/buildd/mono-basic-2.4/vbnc/vbnc/source/General/TypeManager . vb: 306 at vbnc.Compiler.Compile () [0x001e2] in / tmp/buildd/mono-basic-2.4/vbnc/vbnc/source/General/Compiler.vb: 534 Compilation took 00:00:01.3880550 / Default.aspxVersion information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42 ------- I read that it works with Mono AjaxControlToolkit on "http://grendello.blogspot.com/2007/09/ajax-control-toolkit-on-mono.html" Use the "Mono JIT compiler 2.0.1 (tarball) on debian" Sample project: http://www.nabble.com/file/p24217732/WebApplication2formMono.zip WebApplication2formMono.zip How can I fix this? Thank you -- View this message in context: http://www.nabble.com/AjaxControlToolkit-on-Mono-2.0.1-%28tarball%29-tp24217732p24217732.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
