http://bugzilla.novell.com/show_bug.cgi?id=538588
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=538588#c2 Marek Habersack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marek Habersack <[email protected]> 2009-09-15 04:40:02 MDT --- OK, here are my findings: - trunk: graffiti refuses to start. It gives the diagnostics output to console: no implementation for interface method og::c() in class ib METHOD .ctor(l3,hj,jg,long) METHOD a(string) METHOD j() no implementation for interface method VistaDB.DDA.IVistaDBColumn::get_MaxLength() in class g9 METHOD .ctor(string,int,int,System.Globalization.CultureInfo,bool) METHOD .ctor(g9) METHOD a(bool) METHOD i() no implementation for interface method VistaDB.DDA.IVistaDBColumn::get_MaxLength() in class g9 METHOD .ctor(string,int,int,System.Globalization.CultureInfo,bool) METHOD .ctor(g9) METHOD a(bool) METHOD i() no implementation for interface method VistaDB.DDA.IVistaDBColumn::get_MaxLength() in class f7 METHOD .ctor(string,int,System.Globalization.CultureInfo,bool,int) METHOD .ctor(f7) METHOD a(bool) followed by an exception sent to the browser: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] at System.Web.UI.TemplateParser.FindNamespaceInAssembly (System.Reflection.Assembly asm, System.String namesp) [0x00000] at System.Web.UI.TemplateParser.AddAssemblyForNamespace (System.String namesp) [0x00000] at System.Web.UI.TemplateParser.AddImport (System.String namesp) [0x00000] at System.Web.UI.TemplateParser.AddDirective (System.String directive, System.Collections.Hashtable atts) [0x00000] at System.Web.UI.ApplicationFileParser.AddDirective (System.String directive, System.Collections.Hashtable atts) [0x00000] at System.Web.Compilation.AspGenerator.TagParsed (ILocation location, TagType tagtype, System.String tagid, System.Web.Compilation.TagAttributes attributes) [0x00000] at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype, System.String id, System.Web.Compilation.TagAttributes attributes) [0x00000] at System.Web.Compilation.AspParser.Parse () [0x00000] at System.Web.Compilation.AspGenerator.Parse (System.IO.TextReader reader, System.String filename, Boolean doInitParser) [0x00000] at System.Web.Compilation.GenericBuildProvider`1[TParser].Parse () [0x00000] at System.Web.Compilation.GenericBuildProvider`1[TParser].get_LanguageName () [0x00000] at System.Web.Compilation.TemplateBuildProvider.get_LanguageName () [0x00000] at System.Web.Compilation.BuildProviderGroup.AddProvider (System.Web.Compilation.BuildProvider bp) [0x00000] at System.Web.Compilation.BuildManagerDirectoryBuilder.AssignToGroup (System.Web.Compilation.BuildProvider buildProvider, System.Collections.Generic.List`1 groups) [0x00000] at System.Web.Compilation.BuildManagerDirectoryBuilder.Build (Boolean single) [0x00000] at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp, Boolean debug) [0x00000] at System.Web.Compilation.BuildManager.Build (System.Web.VirtualPath vp) [0x00000] at System.Web.Compilation.BuildManager.GetCompiledType (System.Web.VirtualPath virtualPath) [0x00000] at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000] at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000] The exception seems to be result of fix for bug #402182 (r106516) - Zoltan, is my guess correct? The message seems to apply to the DataBuddy.dll assembly in bin/ (it does not reference any VistaDB assembly - none of bin/*.dll do). I see it as regression, as graffiti loads fine with 2.4 - 2.4 branch (r141934): the post gets deleted, browser claims connection to server got reset but xsp doesn't quit, no errors on the console either. Reloading the url goes back to graffiti and confirms post is deleted. I will investigate more and post my findings in a new comment. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
