错误呈现控件:- [英] Error Rendering Control:-

查看:67
本文介绍了错误呈现控件:-的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误呈现控件:-

发生未处理的异常.

找不到适合于指定区域性或中性区域性的任何资源.确保正确嵌入或链接了"AjaxControlToolkit.Properties.Resources.resources"

程序集"AjaxControlToolkit"在编译时,或者所需的所有附属程序集都是可加载的且已完全签名...








如何解决该问题,请尽快为我提供帮助.

Error Rendering Control:-

an unhandled exception has occured.

could not find any resources appropriate for specified culture or neutral culture.make sure "AjaxControlToolkit.Properties.Resources.resources"was correctly embedded or linked into

assembly"AjaxControlToolkit"at compile time,or that all satellite assemblies required are loadable and fully signed...








how it can be solved please help me as soon as possible

推荐答案

您不使用AJAX.您正在使用ASP.NET AJAX控件.无论哪种方式,我都认为问题与全球化有关,而不是最新版本.转到此处 [此处阅读. /en-us/magazine/cc135974.aspx"target =" _ blank"title =" New Window> ^ ],了解如何确保您的代码支持您所在的地区.
You''re not using AJAX. You''re using the ASP.NET AJAX controls. Either way, I think the issue has to do with globalization, and not the most recent version. Go to here[^] and get the latest version but also, always expect the error means what it says. So, also read here[^] to find out how to make sure your code supports your region.


您是否在页面标签的form标签之后添加了ScriptManager,

Did you add the ScriptManager in the page just after the form tag,

<form>
   <asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown"></asp:scriptmanager>
   <!-- your code here - -->


</form>



希望这会有所帮助.
欢呼



Hope this helps.
cheers


这篇关于错误呈现控件:-的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆