ASP.NET - The type library D:\prj1\bin\AjaxControlToolkit.tlb could not be loade
Asked By SVK N
03-Feb-12 03:01 AM
Microsoft Visual Studio
---------------------------
wheni a tryng to reference the ajax tookit dll
The type library D:\prj1\bin\AjaxControlToolkit.tlb could not be loaded.
when i started the application initally i had it referenced & go the tools in the tookit but this tab vanishes as oon i clos ethe application
dipa ahuja replied to SVK N
Untitled document
Make sure you have added the dll and the ajax registration in Bin directory and the web.config file :
1. http://bcahub.shareittips.com/ty-bca/asp-net/asp-theory/install-ajax-toolkit-in-visual-studio-net-2008/
2. Add the ajaxtoolkit.dll in the BIN directory of your website
3. Add this in the web.config inside Controls node:
<controls>
<add tagPrefix="cc1" namespace="System.Web.UI"
assembly="System.Web.Extensions, Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="cc1"/>
</controls>
ajax I am new in ajax .i want to use ajax calendar control.What are steps i have to follow? Provide brief information with url to download ajax. The CalendarExtender is an ASP.NET AJAX control that is associated with a TextBox control. When the user clicks on the TextBox
AJAX Container Control Hi, I have tried to change the font of AJAX Container Control and its panels via css. But that has resulted in the loss of the tab style of the control to text. How can we avoid that and retain the tab style? ANy help will be highly appreciated. Regards, Anish One of the coolest controls in the ASP.NET AJAX is the TabContainer. Recently I had the requirement to show controls in tabs
ajax control toolkit download and install in asp.net 2.0 Here i have ajax control toolkit for asp.net 3.5 .dll but when i was try to install it will
Ajax Slideshow problem Hi All, I have to pull the Images from File System and show it as a slideshow using Ajax. I have a gridview, that display several links. . on that particular Link. . i carry id WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] / / To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. [System.Web.Script.Services.ScriptService] public class Test : System.Web.Services WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] / / To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. [System.Web.Script.Services.ScriptService] public class Test : System.Web.Services
how to use ajax toolkit in my application hi how can i use ajaxtool kit in my aplication i want calender control in my asp.net web application can any one help me reference AjaxControlToolkit.dll in the project & on the tollbox create a new tab for the ajaxtoolkit. then click chooseitems, in thet select the AjaxControlToolkit.dll all the ajaxcontrols u need Hi Mohammed, You have not said that you are using which version of ASP.NET. I assume that you are using ASP.NET 3.5 using visual studio 2008. Also