Hi,
I have built and compiled a web project in VB.NET. I then used the copy project to get the required files for the web project - I put them on the localhost. Everything works fine from the localhost but when I copy those files to the production web server, I get a 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 'MyWebProject.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind=WebProj.aspx.vb" Inherits="MyWebProject.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Do I need to register the dll with .NET or something?
Cheers,
Ladyhawk.
** ASP/VB/Java Programmer **
I have built and compiled a web project in VB.NET. I then used the copy project to get the required files for the web project - I put them on the localhost. Everything works fine from the localhost but when I copy those files to the production web server, I get a 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 'MyWebProject.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind=WebProj.aspx.vb" Inherits="MyWebProject.WebForm1"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Do I need to register the dll with .NET or something?
Cheers,
Ladyhawk.
** ASP/VB/Java Programmer **