Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi all,
I have the following scenario:
I successfully completed setup procedure. Now, trying to reach http://my-ip/mojoportal/, I'm getting
Exception of type 'System.Web.Compilation.CompilationException' was thrown.
Description: HTTP 500. Error processing request.
Stack Trace:
System.Web.Compilation.CompilationException: Exception of type 'System.Web.Compilation.CompilationException' was thrown. at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.String virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00000] at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.String virtualPath) [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]
Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42
I don't know how to find more significative details, so I don't know why this exception was thrown. Suggestions?
Thanks,
LB
Hi,
This is a Mono bug, it has already been fixed, you need a newer version of Mono, 2.0 or 2.2 would be best or build Mono from their svn repository.
In general, any issues with using Mono should be posted in our Linux/Mono Forum.
Best,
Joe