little issue with ASP.net and webUI.pages

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
5/6/2010 6:00:11 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

little issue with ASP.net and webUI.pages

Hey folks,

Has anyone ever seen this?  Below is the error message I received from Abyss Web server after configuring it to be able to use Mojo Portal.  It does actualy work thanks to Joe over there.  Thanks man!

 

Parser Error

Server Error in '/Setup' Application.--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details
and modify your source file appropriately.

Parser Error Message: Could not load type 'mojoPortal.Web.UI.Pages.SetupHome'.

Source Error:

Line 1: <%@ Page Language="C#" AutoEventWireup="false" EnableSessionState="False" CodeBehind="Default.aspx.cs" Inherits="mojoPortal.Web.UI.Pages.SetupHome"
%>
Line 2:
Line 3:
Source File: /setup/default.aspx    Line: 1

--------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET
Version:2.0.50727.4927. 

 

Did I do something stupid again?  If you know anything, would you please let me know?  let me know what configuration changes I need to make to the source file, and I'll act accordingly.  Thanks. 

 

Regards,

Katherine

5/7/2010 1:17:29 PM
Gravatar
Total Posts 18439

Re: little issue with ASP.net and webUI.pages

Hi Katherine,

This kind of error could happen if the site is not pointing to the correct root folder. The folder above the /Setup folder should be configured as the root of the site, then it can find the dll files in the /bin folder beneath the root. If it points to the wrong folder then it will fail to load the dlls and produce an error like this. So I recommend check your Abys configuration and make it point the root of the abys site to the folder above your /Setup folder.

Hope it helps,

Joe

5/7/2010 3:48:41 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: little issue with ASP.net and webUI.pages

Thanks.  I'll have to fix that.  So for example, if I decided to keep the wwwroot folder and configured Abyss to see localhost/wwwroot/setup, would that work?  I think I get what you mean.  What I did was I had copied the contents of wwwroot over into the folder Htdocs, which is Abyss' root folder, and I configured setup from there.  Was I not supposed to do that?  Let me know. 

 

Thanks. 

5/10/2010 8:24:13 AM
Gravatar
Total Posts 18439

Re: little issue with ASP.net and webUI.pages

Hi Katherine,

You want localhost to point directly to the wwwroot folder and localhost should be configured for ASP.NET. I'm not sure where it points by default, maybe it does point to Htdocs and if so your first attempt (copying the contents of wwwroot to Htdocs) should have worked, but I'm sure you can point localhost wherever you want from the Abys configuration pages.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.