有关以下错误的任何建议:
"Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "AjaxControlToolkit.Properties.Resources.NET4.resources"
was correctly embedded or linked into assembly "AjaxControlToolkit" at compile time,
or that all the satellite assemblies required are loadable and fully signed."
我在项目中添加了ajax控件工具包....
答案 0 :(得分:2)
确保您的.aspx页面上有 ScriptManager 。
注意:使用AJAX Control Toolkit中的控件时有一个特殊要求。该页面必须包含ScriptManager控件。 ScriptManager控件负责包含AJAX Control Toolkit控件所需的所有必需JavaScript。
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>