473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Ajax control toolkit not working

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 trying to use the AJAX control toolkit, but
when I try and add the controls to the toolbar of VS2005 from the dll, I get
this error:

C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0
AJAX\Extensions\AJAXControlToolkit\Binaries\AjaxCo ntrolToolkit.dll is not a
Microsoft .NET module

Also if I create a virtual directory and copy the contents of the sample
website that comes with the ajax toolkit and I want to run a page (e.g.
calendar.aspx), I get the following message:

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'AjaxControlToolkit'
or one of its dependencies. The module was expected to contain an assembly
manifest.

Source Error:
Line 2: Culture="auto" UICulture="auto" Theme="SampleSiteTheme" %>
Line 3:
Line 4: <%@ Register Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
Line 5:
Line 6: <asp:Content ContentPlaceHolderID="SampleContent" runat="Server">
Source File: /SampleWebSite/Calendar/Calendar.aspx Line: 4

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'AjaxControlToolkit' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].

Any ideas?

Thanks a lot,
Cesar
Dec 18 '07 #1
2 14442
Hi,
You have to include the AjaxControlToolkit.dll into the bin folder of your
webapplication
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.

"Cesar" wrote:
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 trying to use the AJAX control toolkit, but
when I try and add the controls to the toolbar of VS2005 from the dll, I get
this error:

C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0
AJAX\Extensions\AJAXControlToolkit\Binaries\AjaxCo ntrolToolkit.dll is not a
Microsoft .NET module

Also if I create a virtual directory and copy the contents of the sample
website that comes with the ajax toolkit and I want to run a page (e.g.
calendar.aspx), I get the following message:

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'AjaxControlToolkit'
or one of its dependencies. The module was expected to contain an assembly
manifest.

Source Error:
Line 2: Culture="auto" UICulture="auto" Theme="SampleSiteTheme" %>
Line 3:
Line 4: <%@ Register Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
Line 5:
Line 6: <asp:Content ContentPlaceHolderID="SampleContent" runat="Server">
Source File: /SampleWebSite/Calendar/Calendar.aspx Line: 4

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'AjaxControlToolkit' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].

Any ideas?

Thanks a lot,
Cesar
Dec 18 '07 #2
Hello,

Thanks for your help.
The AjaxControlToolkit.dll is already there in the bin folder.

Regards,
Cesar

"Manish Bafna" wrote:
Hi,
You have to include the AjaxControlToolkit.dll into the bin folder of your
webapplication
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.

"Cesar" wrote:
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 trying to use the AJAX control toolkit, but
when I try and add the controls to the toolbar of VS2005 from the dll, I get
this error:

C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0
AJAX\Extensions\AJAXControlToolkit\Binaries\AjaxCo ntrolToolkit.dll is not a
Microsoft .NET module

Also if I create a virtual directory and copy the contents of the sample
website that comes with the ajax toolkit and I want to run a page (e.g.
calendar.aspx), I get the following message:

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'AjaxControlToolkit'
or one of its dependencies. The module was expected to contain an assembly
manifest.

Source Error:
Line 2: Culture="auto" UICulture="auto" Theme="SampleSiteTheme" %>
Line 3:
Line 4: <%@ Register Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
Line 5:
Line 6: <asp:Content ContentPlaceHolderID="SampleContent" runat="Server">
Source File: /SampleWebSite/Calendar/Calendar.aspx Line: 4

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'AjaxControlToolkit' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].

Any ideas?

Thanks a lot,
Cesar
Dec 18 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
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...
1
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd,...
8
by: =?Utf-8?B?QXNhZg==?= | last post by:
Hi, 1. Do I need to install "AjaxControlExtender.vsi" and to use "AJAX Control Toolkit Web Site" template when I create a new web site or I can just use "ASP.NET Web Site" and to add "Script...
5
by: simon | last post by:
hello, I have a server set up on my local (home) network and can not get an ajax application to run on the box. it works fine on our developement server and also works fine locally. I...
8
by: Tomasz J | last post by:
Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly....
11
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
7
by: RichB | last post by:
I am trying to get to grips with the asp.net ajaxcontrol toolkit, and am trying to add a tabbed control to the page. I have no problems within the aspx file, and can dynamically manipulate a...
4
Vkas
by: Vkas | last post by:
HI I am Working on Visual studio 2005! i want to Use Ajax Control tool kit in my Website How to Use them! I HAve download AJAX Control Toolkit 3.5! and A asetup OF Ajax Extension tool V1.0 ...
1
by: nehalsmistry | last post by:
Hello.. I am using visual studio 2005. So there is framework 2.0 Now I m using ajax toolkit for 2.0 and installed it. But there is no option like Asp.net ajax enable website. But there is 1...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.