【发布时间】:2011-02-03 16:37:55
【问题描述】:
我是 ASP.NET 的新手,我在 VS2010 中使用 NET 4.0 制作了一个应用程序(在调试模式下一切正常) 我尝试在 @aspspider 托管我的应用程序,但出现以下错误:
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 'AuthStealerPanel._Default'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="AuthStealerPanel._Default" %>
我还尝试重建 .dll 并将其上传到 /bin/ 和应用程序的根目录。 有什么帮助吗? :>
【问题讨论】:
标签: asp.net vb.net visual-studio-2010