C# '中的服务器错误/';应用程序&书信电报;asp:ToolkitScriptManager ID=";ToolkitScriptManager1“;runat=";服务器"&燃气轮机;

C# '中的服务器错误/';应用程序&书信电报;asp:ToolkitScriptManager ID=";ToolkitScriptManager1“;runat=";服务器"&燃气轮机;,c#,asp.net,C#,Asp.net,我将此代码添加到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

我将此代码添加到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: 
无法加载一个或多个请求的类型。有关详细信息,请检索LoaderExceptions属性。
描述:执行当前web请求期间发生未处理的异常。请查看堆栈跟踪以了解有关错误的更多信息以及错误在代码中的起源。
异常详细信息:System.Reflection.ReflectionTypeLoadException:无法加载一个或多个请求的类型。有关详细信息,请检索LoaderExceptions属性。
源错误:
第74行:
第75行:
第76行:****
第77行:
第78行:
源文件:d:\hosting\11645199\html\newstudents.aspx行:76
堆栈跟踪:

尝试更改Ajax工具包版本。请确保它是最新的。

您添加了此代码吗

  <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>


我的GoDaddy服务器也有同样的问题。使用常规ScriptManager时运行良好。但是我的日历扩展器无法工作。将尝试通过GoDaddy查找一些信息。我在web.config中更改了信任级别<代码>。现在它在GoDaddy服务器上也对我有效!这应该是一个评论而不是回答。