[Mono-dev] mojoportal still broken on lastest svn (r96314)

Joe Audette joe.audette at gmail.com
Thu Feb 21 08:30:30 EST 2008


Hi All,

I'm still not able to get mojoportal working using mono built from svn
since before my vacation Feb 9th. Using mojoportal from svn trunk, it
works ok on Mono 1.2.6. (Note to build mojoportal on 1.2.6 you have to
remove the compiler directive USESETTINGSMAP as settings map was
implemented after 1.2.6). On 1.2.6 you also have to replace the
contents of Web.config with the contents from Web.mono.config

Using mono from svn r96314 everything builds fine but I get a runtime error:

System.Web.Compilation.ParseException: The parent type does not derive
from System.Web.UI.Page
  at System.Web.UI.BaseParser.ThrowParseException (System.String
message, System.Object[] parms) [0x00000]
  at System.Web.UI.TemplateParser.SetBaseType (System.String type) [0x00000]
  at System.Web.UI.TemplateParser.ProcessMainAttributes
(System.Collections.Hashtable atts) [0x00000]
  at System.Web.UI.TemplateControlParser.ProcessMainAttributes
(System.Collections.Hashtable atts) [0x00000]
  at System.Web.UI.PageParser.ProcessMainAttributes
(System.Collections.Hashtable atts) [0x00000]
  at System.Web.UI.TemplateParser.AddDirective (System.String
directive, System.Collections.Hashtable atts) [0x00000]
  at System.Web.UI.TemplateControlParser.AddDirective (System.String
directive, System.Collections.Hashtable atts) [0x00000]
  at System.Web.UI.PageParser.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.String file,
Boolean doInitParser) [0x00000]
  at System.Web.Compilation.AspGenerator.Parse (System.String file) [0x00000]
  at System.Web.Compilation.AspGenerator.Parse () [0x00000]
  at System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.TemplateParser].Parse
() [0x00000]
  at System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.TemplateParser].get_CodeCompilerType
() [0x00000]
  at System.Web.Compilation.BuildManager.GetCodeDomProviderType
(System.Web.Compilation.BuildProvider provider) [0x00000]
  at System.Web.Compilation.BuildManager+BuildItem..ctor
(System.Web.Compilation.BuildProvider provider) [0x00000]
  at System.Web.Compilation.BuildManager.LoadBuildProviders
(System.String virtualPath, System.String virtualDir,
System.Collections.Generic.Dictionary`2 vpCache,
System.Web.Compilation.BuildKind& kind, System.String&
assemblyBaseName) [0x00000]
  at System.Web.Compilation.BuildManager.BuildAssembly (System.String
virtualPath) [0x00000]
  at System.Web.Compilation.BuildManager.GetCompiledType
(System.String virtualPath) [0x00000]
  at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath
(System.String virtualPath, System.Type requiredBaseType) [0x00000]
  at System.Web.UI.PageParser.GetCompiledPageInstance (System.String
virtualPath, System.String inputFile, System.Web.HttpContext context)
[0x00000]
  at System.Web.UI.PageHandlerFactory.GetHandler
(System.Web.HttpContext context, System.String requestType,
System.String url, System.String path) [0x00000]
  at System.Web.HttpApplication.GetHandler (System.Web.HttpContext
context, System.String url) [0x00000]
  at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000]

Please let me know if there is anything I can do to help pin down the problem.

Thanks,

Joe

-- 
Joe Audette
Software Solutions Architect
Source Tree Solutions, LLC
PO Box 621861
Charlotte, NC 28262
704.323.8225
joe.audette at gmail.com
http://www.sourcetreesolutions.com
http://www.mojoportal.com


More information about the Mono-devel-list mailing list