asp.net的Login.aspx 出错CS0030 解决办法
时间:2010-09-17 来源:Mafer
在做一个系统的时候,帐户登录界面的文件叫Login.aspx,后台代码为Login.aspx.cs
在VS.NET 2005下测试通过,可发布后,在IIS下运行,则有如下错误提示。
===============================================================================
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0030: Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'
Source Error:
Line 114: public login_aspx() {
|
Source File: c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\21f002dd\13ab9d48\App_Web_login.aspx.cdcab7d2.vqjr2cxo.0.cs Line: 116
Compiler Warning Messages:
Server Error in '/' Application.
Compilation Error










