带有Ajax.ControlToolKit错误的组合框过滤 [英] Combobox filtering with Ajax.ControlToolKit Error

查看:50
本文介绍了带有Ajax.ControlToolKit错误的组合框过滤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

在此之前,我曾问过一个有关在ASP.NET中过滤组合框的问题...而且我已经使用AjaxControlToolKit解决了这个问题.

但是,现在我需要再次使用它,但出现此错误:

找不到适合于指定区域性或中性区域性的任何资源.确保在编译时已将"AjaxControlToolkit.Properties.Resources.NET4.resources"正确地嵌入或链接到程序集"AjaxControlToolkit"中,或者确保所需的所有附属程序集都可加载并完全签名.

我添加了Ajax ToolKitScriptManager,但没有得到该错误.但是,我的组合框这次不起作用.

我检查了net框架版本,它与.NET Framework 4的ajax相同.

ASP代码如下:

Hello guys,

I''ve asked a question about filtering combobox in ASP.NET before here... And I''ve solved this problem with AjaxControlToolKit.

However, now I need to use it again but I got this error:

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.

I added Ajax ToolKitScriptManager and I didnt get the error. However, my combobox doesn''t work this time.

I checked the net framework version and it is same with ajax which is .NET Framework 4

ASP Codes are as below:

<asp:ComboBox ID="cmbUrunAdi" cssclass="selectEmp" runat="server" DropDownStyle="DropDownList" autocompletemode="SuggestAppend" casesensitive="false" iteminsertlocation="Append" xmlns:asp="#unknown">
</asp:ComboBox>



有谁可以帮助我吗?

问候

Haluk



Is there anyone who can help me?

Regards

Haluk

推荐答案

好吧,试试看:
1.将新的toolkitscriptmanager拖到页面
2.使用该页面上的任何新Ajax控件

做1& 2-这将嵌入工具箱所需的正确参考和文件(看起来缺少).

请参考:首次尝试使用Ajax Control Toolkit时可能遇到的问题. [
Well, try this:
1. Drag a new toolkitscriptmanager on to the page
2. Use any new Ajax control on that page

Do 1 & 2 - This will embed correct references and files(which looks missing) needed for the toolkit.

Refer: Problems One May Encounter When trying to use the Ajax Control Toolkit for the first time.[^]


我认为我的电脑或笔记本电脑出现问题我的VS2010.这是因为,我将该项目发送给了我的朋友,并且可以正常使用...!
I think something is wrong with my pc or with my VS2010. This is because, I sent the project to my friend and it worked without any problem...!


这篇关于带有Ajax.ControlToolKit错误的组合框过滤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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