我在编写Web Application时,出现了,如下错误,应该·怎么解决?
“/”应用程序中的服务器错误。
类型“Learn_Asp.net.App_Code.MovieCategories”不明确: 它可能来自程序集“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7b6c614f\26455b4e\App_Code.cgpf8lor.DLL”或程序集“C:\Users\Administrator\Desktop\新建文件夹 (2)\新建文件夹\书asp.net4.0\ASP.NET_Learn\ASP.NET_Learn\bin\ASP.NET_Learn.DLL”。请在类型名称中显式指定程序集。
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Web.HttpException: 类型“Learn_Asp.net.App_Code.MovieCategories”不明确: 它可能来自程序集“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7b6c614f\26455b4e\App_Code.cgpf8lor.DLL”或程序集“C:\Users\Administrator\Desktop\新建文件夹 (2)\新建文件夹\书asp.net4.0\ASP.NET_Learn\ASP.NET_Learn\bin\ASP.NET_Learn.DLL”。请在类型名称中显式指定程序集。源错误:
执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[HttpException (0x80004005): 类型“Learn_Asp.net.App_Code.MovieCategories”不明确: 它可能来自程序集“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7b6c614f\26455b4e\App_Code.cgpf8lor.DLL”或程序集“C:\Users\Administrator\Desktop\新建文件夹 (2)\新建文件夹\书asp.net4.0\ASP.NET_Learn\ASP.NET_Learn\bin\ASP.NET_Learn.DLL”。请在类型名称中显式指定程序集。]
System.Web.UI.Util.GetTypeFromAssemblies(IEnumerable assemblies, String typeName, Boolean ignoreCase) +355
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +311
System.Web.UI.WebControls.ObjectDataSourceView.GetType(String typeName) +72
System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1804
System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +111
System.Web.UI.WebControls.ListControl.PerformSelect() +34
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +72
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +66
System.Web.UI.WebControls.ListControl.OnPreRender(EventArgs e) +29
System.Web.UI.Control.PreRenderRecursiveInternal() +156
System.Web.UI.Control.PreRenderRecursiveInternal() +226
System.Web.UI.Control.PreRenderRecursiveInternal() +226
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7632
- 9 回答
- 0 关注
- 406 浏览
添加回答
举报
0/150
提交
取消