ericlachance
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 0
Hello there,
I've been trying all day to get mojoPortal to run on x10hosting and I can't get past one error. Here's what I did to try to make it work:
- Uploaded a ZIP file with the contents of the web app, and uncompressed it under /public_html/
- Set the "Data" folder to 777 (can't assign windows permissions through cpanel, unless I'm missing something)
- Configured Web.Config with proper database information (mysql database) and created the proper mysql database.
The error I get every single time is this:
Can anybody help me, it would be greatly appreciated!
I've been trying all day to get mojoPortal to run on x10hosting and I can't get past one error. Here's what I did to try to make it work:
- Uploaded a ZIP file with the contents of the web app, and uncompressed it under /public_html/
- Set the "Data" folder to 777 (can't assign windows permissions through cpanel, unless I'm missing something)
- Configured Web.Config with proper database information (mysql database) and created the proper mysql database.
The error I get every single time is this:
Code:
[B]Server Error in '/' Application[/B]
[B][I]Could not load type 'mojoPortal.Web.MonoCompilationSection, mojoPortal.Web'.[/I][/B]
[B]Description: [/B]HTTP 500. Error processing request.
[B]Stack Trace: [/B]
System.TypeLoadException: Could not load type 'mojoPortal.Web.MonoCompilationSection, mojoPortal.Web'.
at (wrapper managed-to-native) System.Type:internal_from_name (string,bool,bool)
at System.Type.GetType (System.String typeName, Boolean throwOnError) [0x00000]
at Mono.Web.Util.SettingsMapping.get_MapperType () [0x00000]
at Mono.Web.Util.SettingsMapping.MapSection (System.Object input, System.Type type) [0x00000]
at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input, System.Type type) [0x00000]
at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input) [0x00000]
at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path) [0x00000]
at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName) [0x00000]
at System.Web.Compilation.AppResourcesAssemblyBuilder..ctor (System.String canonicAssemblyName, System.String baseAssemblyPath, System.Web.Compilation.AppResourcesCompiler appres) [0x00000]
at System.Web.Compilation.AppResourcesCompiler.CompileGlobal () [0x00000]
at System.Web.Compilation.AppResourcesCompiler.Compile () [0x00000]
at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000]
[B]Version information: [/B] Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433