我将这段代码添加到Web.config中,然后将我的项目或网站上传到Godaddy,它显示了这个错误。有人能帮我解决问题吗?谢谢你们!
![Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information][1]
'/‘应用程序中的服务器错误。
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Source Error:
Line 74: </td>
Line 75: <td style="text-align: right">
Line 76: **<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">**
Line 77: </asp:ToolkitScriptManager>
Line 78: <asp:Label ID="Label25" runat="server" Font-Bold="True" Font-Size="X-Small" Text=" DD/MM/YYYY"></asp:Label>
Source File: d:\hosting\11645199\html\newstudents.aspx Line: 76
Stack Trace: 发布于 2013-12-17 06:01:46
通过更改Ajax工具包版本来尝试。请确保它是最新的。
发布于 2013-12-17 06:03:38
你加了这个代码吗??
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>https://stackoverflow.com/questions/20626950
复制相似问题