【发布时间】:2013-10-09 09:30:15
【问题描述】:
我正在处理我的 ASP 页面,但当我再次打开笔记本电脑时突然关闭了它,我打开我的项目并开始遇到一些错误,例如:
value of type 'ASP.upload_content_aspx' cannot be converted to 'System.Web.UI.Page'. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\homecare_content_web\252a48e8\d856e841\App_Web_3jh3gacb.2.vb
function 'GetTypeHashCode' cannot be declared 'Overrides' because it does not override a function in a base class. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\homecare_content_web\252a48e8\d856e841\App_Web_3jh3gacb.2.vb
Class 'upload_content_aspx' must implement 'Sub ProcessRequest(context As HttpContext)' for interface 'System.Web.IHttpHandler'. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\homecare_content_web\252a48e8\d856e841\App_Web_3jh3gacb.2.vb
我的 aspx.vb 页面被完全清除,我得到一个二进制数序列... 我所有的代码都消失了有谁知道我该如何解决这个问题?我无法想象自己重新编写代码!
【问题讨论】:
标签: asp.net vb.net crash vb.net-2010