snufse
Mar 9th, 2008, 05:21 PM
Posted - 03/09/2008 : 6:19:06 PM Report Abuse
--------------------------------------------------------------------------------
I am doing a posting of a web project to a remote site. I have 7 pages. All pages work except for 2 pages that gives me errors, these pages has user controls like a button, gridview etc. Can anyone tell me what I am doing wrong?
Here is the error for one of the two pages:
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 the assembly 'App_Web_1dv5or5d'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1:
Line 2: <%@ page language="VB" masterpagefile="~/MasterPage.master" title="Untitled Page" autoeventwireup="true" inherits="Contact_aspx, App_Web_1dv5or5d" %>
Line 3:
Line 4: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Source File: /Contact.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
--------------------------------------------------------------------------------
I am doing a posting of a web project to a remote site. I have 7 pages. All pages work except for 2 pages that gives me errors, these pages has user controls like a button, gridview etc. Can anyone tell me what I am doing wrong?
Here is the error for one of the two pages:
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 the assembly 'App_Web_1dv5or5d'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1:
Line 2: <%@ page language="VB" masterpagefile="~/MasterPage.master" title="Untitled Page" autoeventwireup="true" inherits="Contact_aspx, App_Web_1dv5or5d" %>
Line 3:
Line 4: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Source File: /Contact.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832