为什么我用了用户控件之后,在发布到网上时,却产生
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 'xzzj.header'.
Source Error:
Line 1: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="header.ascx.cs" Inherits="xzzj.header" TargetSchema="
http://schemas.microsoft.com/intellisense/ie5" %>
Line 2: <table style="WIDTH: 776px" cellSpacing="0" cellPadding="0" width="776" border="0">
Line 3: <tr>
Source File: /xzzj/usercontrol/header.ascx Line: 1
无法加载用户控件这样的错误?而在本地IIS服务器上却运行正常,请高手指导