charlemagne_ishu
April 20th, 2008, 02:50 PM
Hi,
Ive been reading for hours and can't find any solution to my problem:
I've developed a website using ASP.NET with C# code-behind files using VS 2005 on windows....
I want to view the webpages on mozilla in my ubuntu box...for that I have xsp installed (and mono too if that helps)...
the xsp server starts fine with display: (although I get error when trying to view the asp.net2 demo files
Listening on port: 8080 (non-secure)
Listening on address: 0.0.0.0
Root directory: /home/charlie/Desktop/pro
Hit Return to stop the server.
error for demo files :
Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.
Error message:
Type not found.
File name: /usr/share/asp.net2-demos/index.aspx
Line: 59
Source Error:
<td>Here are some ASP.NET examples:
<form id="form1" runat="server">
<asp:TreeView style="margin:10px" ID="TreeView1" Runat="server"
EnableClientScript="true"
PopulateNodesFromClient="false"
ExpandDepth="1"
>
</asp:TreeView>
</form>
</td>
OK, back to the problem....when i try to view my developed webpages I get the following error:
Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.
Error message:
Cannot find type _Default
File name: /home/charlie/Desktop/pro/Default.aspx
Line: 1
Source Error:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Somebody please help!!!!
Ive been reading for hours and can't find any solution to my problem:
I've developed a website using ASP.NET with C# code-behind files using VS 2005 on windows....
I want to view the webpages on mozilla in my ubuntu box...for that I have xsp installed (and mono too if that helps)...
the xsp server starts fine with display: (although I get error when trying to view the asp.net2 demo files
Listening on port: 8080 (non-secure)
Listening on address: 0.0.0.0
Root directory: /home/charlie/Desktop/pro
Hit Return to stop the server.
error for demo files :
Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.
Error message:
Type not found.
File name: /usr/share/asp.net2-demos/index.aspx
Line: 59
Source Error:
<td>Here are some ASP.NET examples:
<form id="form1" runat="server">
<asp:TreeView style="margin:10px" ID="TreeView1" Runat="server"
EnableClientScript="true"
PopulateNodesFromClient="false"
ExpandDepth="1"
>
</asp:TreeView>
</form>
</td>
OK, back to the problem....when i try to view my developed webpages I get the following error:
Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.
Error message:
Cannot find type _Default
File name: /home/charlie/Desktop/pro/Default.aspx
Line: 1
Source Error:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Somebody please help!!!!