473,498 Members | 1,544 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tooltipextender problem in aspnet ajax with other ajaxcontroltoolkit controls

7 New Member
I'm using Tooltipextender control in ajaxcontroltoolkit. When I try to use other controls of Ajaxcontroltoolkit, the following error occurs.

"Error 4 Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"

My Code is as follows:
Expand|Select|Wrap|Line Numbers
  1.  
  2. <cc1:Editor ID="Editor1" runat="server" />
  3. <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
  4. <tt:TooltipExtender 
  5. id="TooltipExtender5" 
  6. TargetControlID="TextBox1" 
  7. runat="server"
  8. Delay="1"
  9. Direction="right"
  10. TooltipWidth="300">
  11. <TooltipTemplate>                                                
  12. I Love India.<br />
  13. I Love India.<br />
  14. </TooltipTemplate>
  15. </tt:TooltipExtender>


How to rectify this error..
Nov 3 '09 #1
1 2711
Frinavale
9,735 Recognized Expert Moderator Expert
You have to make sure that the AjaxControlToolkit is installed (exists) on the computer hosting the web application or website.

You also have to make sure that the web application (or website) is configured properly to use it. The web application has to reference the AjaxControlToolkit.DLL so that it can use it. When you add a reference to this DLL your web.config file should be updated properly so that it references the resource.

-Frinny
Nov 3 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

11
16105
by: =?Utf-8?B?VHJlbnQ=?= | last post by:
I have tied an AutoCompleteExtender to a textbox to indicate suggestions to the user. Everything works fine if I utilize a webservice to fetch the results. However, I want to put the web service...
2
19555
by: quelle | last post by:
I have a TabContainer with three TabPanels. What I'd like to do is call a javascript function (with some custom parameters) every time a tab is clicked. Here is a simplified example: ...
8
19916
by: Jason | last post by:
Hello, I am trying to utilitze the AJAX Control toolkit in my asp.net project. I have added a reference to AjaxControlToolkit.dll, and in my page, added these lines of code: ...
2
2348
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. I'm trying to add a System.Web.UI.UserControl (Not a System.Web.UI.WebControl) to an asp.net ajax tabpanel. Unfortunately it doesn't appear that this is possible. This question could get...
3
13185
by: GeoffreyD | last post by:
Hi I installed the Ajax Control Toolkit according to the instructions, and added the controls to my toolbox. However, when I drag a control onto my aspx page, it reads something like:...
2
14449
by: =?Utf-8?B?Q2VzYXI=?= | last post by:
I have the ASP.NET 2.0 AJAX Extensions 1.0 installed (v1.0.61025). As to the web.config file, I'm using the one created using the ASP.NET AJAX-Enabled website ... This error is due to that I'm...
4
2551
by: Rory Becker | last post by:
The following code is the code behind of a blank page (With a scriptmanager) on which I'm trying to simulate a problem I'm having elsewhere in a larger app. The app is supposed, in this case, to...
0
2902
by: sanrek | last post by:
Hi Folks, Slider control is driving me nuts, below is the code from my test page's page load event, nothing great about code, I have a place holder control into which I am adding a table which...
5
8302
by: ravindarjobs | last post by:
Hi friends, i am using ajax in asp.net. i am using tab container, tab panel controls. i want to add tab panel control dynamically on button click. i form code is:
0
7126
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7005
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7210
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6891
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5465
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4916
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3087
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1424
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.