我正在处理我的 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 页面被完全清除,我得到一个二进制数序列......我所有的代码都消失了有谁知道我该如何解决这个问题?我无法想象自己重新编写代码!