I am trying to install AjaxControlToolkit in VS2008. Everytime I try to get it in the Toolbox I get this error:
AjaxControlToolkit.dll is not a Microsoft .NET module
The only thing I can find on the net is to make sure the dll is in my Bin folder. When I first create the web project the dll is never in the bin folder I have to add it. But that still does not get rid of the error.
Thank you all for the responses. I figured out the problem. It was the fact that I had my anti-virus app going. That is what was causing the problem. As soon as I turned it off I was able to download the Ajax toolbox into the toolbox. The Anti-Virus I am
using is Panda.
Thanks again
Marked as answer by mutlyp on Sep 07, 2010 03:01 PM
mutlyp
Member
46 Points
159 Posts
AjaxControlToolkit.dll is not a Microsoft .NET module error
Sep 04, 2010 06:16 PM|LINK
I am trying to install AjaxControlToolkit in VS2008. Everytime I try to get it in the Toolbox I get this error:
AjaxControlToolkit.dll is not a Microsoft .NET module
The only thing I can find on the net is to make sure the dll is in my Bin folder. When I first create the web project the dll is never in the bin folder I have to add it. But that still does not get rid of the error.
Please help
Thank YOu
nareshguree2...
Star
11118 Points
1997 Posts
Re: AjaxControlToolkit.dll is not a Microsoft .NET module error
Sep 04, 2010 07:31 PM|LINK
first remove all reference of AjaxToolkit control from web.config file and bin folder.
then add your ajaxtoolkit dll in your applicaiton and add the referece it.
and compile it.
thuhue
All-Star
15625 Points
3146 Posts
Re: AjaxControlToolkit.dll is not a Microsoft .NET module error
Sep 04, 2010 07:31 PM|LINK
Please try this:
Jerry Weng -...
All-Star
29527 Points
3488 Posts
Re: AjaxControlToolkit.dll is not a Microsoft .NET module error
Sep 07, 2010 01:31 AM|LINK
Hi,
Where did you download the dll?
You need to download the assembly from here:
http://ajaxcontroltoolkit.codeplex.com/releases/view/43475
For VS2008, we need AjaxControlToolkit.Binary.NET35.zip.
Learn how to install the Ajax Control Toolkit at http://www.asp.net/ajaxlibrary/act.ashx.
mutlyp
Member
46 Points
159 Posts
Re: AjaxControlToolkit.dll is not a Microsoft .NET module error
Sep 07, 2010 03:01 PM|LINK
Hi Everyone
Thank you all for the responses. I figured out the problem. It was the fact that I had my anti-virus app going. That is what was causing the problem. As soon as I turned it off I was able to download the Ajax toolbox into the toolbox. The Anti-Virus I am using is Panda.
Thanks again