注册 登录
编程论坛 ASP.NET技术论坛

我做的出错了

zd123456 发布于 2007-05-11 16:14, 476 次点击

Server Error in '/newproject11' 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 'NewProject11.NewPage1_maint.NewPage1_maintPage'.

Source Error:

Line 1: <!--ASPX page @1-5D2F0C91-->
Line 2: <%@ Page language="vb" Codebehind="NewPage1_maint.aspx.vb" AutoEventWireup="false" Inherits="NewProject11.NewPage1_maint.NewPage1_maintPage" ResponseEncoding ="utf-8"%>
Line 3:
Line 4: <%@ Import namespace="NewProject11.NewPage1_maint" %>

Source File: /NewProject11/NewPage1_maint.aspx Line: 2



怎么错了呢

1 回复
#2
刘小芳2007-05-11 20:57
Line 2: <%@ Page language="vb" Codebehind="NewPage1_maint.aspx.vb" AutoEventWireup="false" Inherits="NewProject11.NewPage1_maint.NewPage1_maintPage" ResponseEncoding ="utf-8"%>
这句好像出错了
1