User102459681 posted
Hi Folks,
I have a website project using Web Developer Express 2010.
I am able to run my aspx pages locally without problems, however after I publish the site and upload to webhost I am getting error bellow.
Why is this running fine on my localhost, but not once deployed?
Server Error in '/' 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 'mynamspace.myclass'. <- (Example Class & Namspace names)
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="myclass.aspx.vb" Inherits="mynamspace.myclass" %> Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|