hi,
I used to create aspx in one page, the html and the code. everytime I am done with an aspx page,I upload it to the server and I am able to view it via the browser. I never used visual studio before. Someone recommended me to use it and I did.
My question, when I create one aspx page in my local pc then I want to put it in a production server, I copied all three pages(SalesReport.aspx & SalesReport.aspx.vb & SalesReport.aspx.resx
I tried to run it but was not able to do so. and I got the following message
Parser Error Message: Could not load type 'Pcx.SalesReport'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="SalesReport.aspx.vb" Inherits="Pcx.SalesReport"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: D:\PCx\SalesReport.aspx Line: 1
---------------------------------------------------------Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
How can I overcome this issue.
thanks
Al
I used to create aspx in one page, the html and the code. everytime I am done with an aspx page,I upload it to the server and I am able to view it via the browser. I never used visual studio before. Someone recommended me to use it and I did.
My question, when I create one aspx page in my local pc then I want to put it in a production server, I copied all three pages(SalesReport.aspx & SalesReport.aspx.vb & SalesReport.aspx.resx
I tried to run it but was not able to do so. and I got the following message
Parser Error Message: Could not load type 'Pcx.SalesReport'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="SalesReport.aspx.vb" Inherits="Pcx.SalesReport"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: D:\PCx\SalesReport.aspx Line: 1
---------------------------------------------------------Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
How can I overcome this issue.
thanks
Al