AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Spent the weekend so far using the new release of Visual Studio 2008 and ASP.NET AJAX. More specifically, I have been using the ASP.NET AJAX Control Toolkit. Adding the new controls to your VS2008 toolbox is a straight-forward process, but when I added them - at first everything was fine - but after a few hours they seemed to magically disappear.

Trying to add them again didn't seem to do anything at all as nothing changed. Right-clicking on the VS2008 toolbox and selecting Show All actually did give me the AJAX controls back in the toolbox (they really never left) BUT - they were all grayed out and I was unable to use them in any of my ASP.NET projects.

AJAX controls error

I tried deleting this group and even reset my entire toolbox - but nothing seemed to change it back. After a bit of wrangling, these are the steps I used to get around the problem (using Windows Vista).

1) Shut down Visual Studio 2008

2) Go to your Task Manager and make sure that the dev.exe process is NOT running. If it is, end the process.

3) Go to C:\Users\[user]\AppData\Local\Microsoft\VisualStudio\9.0 and delete all the .tbd files. There will be four of these files. If you can't seem to navigate to this folder, you will have to go to your Folder options and enable it to see all hidden files and folders.

4) From there, open up Visual Studio 2008 and re-add the group and the controls to your toolbox.

To tell you the truth - I had to run through these steps twice before it actually worked. Not sure of the reason for that - but it worked in the end.

posted @ Saturday, November 24, 2007 1:56 PM
Print

Comments on this entry:

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Dennis at 11/25/2007 1:17 AM
Gravatar
If you also have several visual studio applications open, you will need to close all instances before attempting to install any controls. Otherwise, it won't work at all.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Andrew at 12/13/2007 11:41 AM
Gravatar
I have run through this process multiple times with no luck. It worked one time and then went back to being grayed out.

The only thing I can figure is the project I am working with is an upgrade from the old AJAX stuff.

Any ideas?

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Matt at 1/18/2008 3:09 PM
Gravatar
Has anyone discovered the cause/resolve for this issue? I am as well experiencing this problem. The suggested solution did not work for me.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Jon at 2/2/2008 3:18 PM
Gravatar
Same here...I'm desperate to get this working for a project I have to have done by Monday, but all resources online point to this article which does not solve the problem for me. I've tried everything and wasted hours and hours on it. Can ANYONE help?????

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Matt Man at 2/7/2008 9:31 AM
Gravatar
I have seen two solutions to this problem other than what is mentioned in this article. The first is that many people using a Microsoft wireless mouse and/or keyboard have to issue. Crazy, eh? This makes me think it would be a good idea to unplug/disable any unneeded hardware in your computer (especially Microsoft wireless) and retry your previous steps to see if it corrects the issue. The other solution I stumbled on is to look at the properties of your project and see what FRAMEWORK you are targeting. I opened an asp .net 2.0 site, and was not able to get the AJAX controls to appear until I targeted .NET 3.5. There are other controls that were added to .NET 3.5 that won't be available unless you are working with that framework. Hope this helps!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by nomadsolo at 2/13/2008 10:20 AM
Gravatar
You must change the target to 3.5 in the property pages and the problem will be solved.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Larry at 2/22/2008 3:34 PM
Gravatar
Having the same problem even though everything is setup for 3.5. It works on the laptop, but will not work with my wireless mouse through a KVM switch. I can start VS2008 on the laptop, throw the KVM switch to the wireless and it continues to work. This is a very weird problem. I emailed MS and will post any results.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by skries at 2/25/2008 7:51 AM
Gravatar
I had the same problem with VS2008 and the toolkit controls graying out. After doing extensive searching and uninstalling and installing I discovered that it was my MS wireless mouse that I use on the laptop. If you unplug the USB mouse device and then start VS2008 you can see and use the controls.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Alex Horovitz at 2/27/2008 8:12 AM
Gravatar
My problem ended when I unplugged my Microsoft wireless mouse and keyboard and followed these steps:
(1) I quit Visual Studio
(2) I deleted the .tbd files in the (hidden) directory <USER_NAME>\AppData\Local\Microsoft\VisualStudio\9.0
(3) Plugged in a wired mouse and keyboard (USB)
(4) Restarted VisualStudio 2008
(5) Opened a new Web Site project
(6) Added a Tab for the controls
(7) Browsed for and added the AJAXControllToolkit.dll

:-)


--- VERSION NOTES ---
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5
Installed Edition: Enterprise

OS Name Microsoft® Windows Vista™ Ultimate
Version 6.0.6000 Build 6000
OS Manufacturer Microsoft Corporation

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by K at 3/3/2008 9:41 AM
Gravatar
I guess you don't need to close VS, if you installed everything correctly but still can see the AJAX Extensions tab in the Toolbox for certain project.

You could try to fix it by changing the project property -> Target Framework -> change from .NET Framework 2.0 to 3.5. It works for me.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Drew at 3/14/2008 9:39 PM
Gravatar
I thought the whole thing about a problem when using a MS wireless mouse was crazy and ignored the solution. After all else failed I gave in and unplugged the mouse receiver. Guess what? It worked! That's just crazy! Thank you so much for posting this solution!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by daneck at 3/20/2008 10:05 AM
Gravatar
Any idea on IF Microsoft will every provide any patch for this? With a USB wireless mouse/kb attached to the back of a large case (tucked away) it isn't practical for me to disconnect my input devices (you can't just disconnect one). The idea of having wireless devices was to eliminate clutter, so I don't like the idea of needing to keep a wired setup attached JUST for VS2008.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by wtbonnell at 4/3/2008 10:51 PM
Gravatar
I was using a Microsoft wireless mouse and my AJAX Control ToolKit controls were disabled, but when I switched to a Dell wireless mouse, the controls worked fine. I will continue to use the Dell wireless mouse until there is a fix for the Microsoft wireless mouse. Hope this helps...

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Jack Lucky at 4/6/2008 6:08 PM
Gravatar
Another user with the MS wireless mouse issue. I think I found a workaround: start VWD 2008 Express (or VS, I would assume), then plug in the mouse. Or unplug/re-plug the mouse after you start the IDE. It's been working for me for the last several minutes. Not an ideal solution, but better than using my laptop's touchpad.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by JoDaCoda at 4/17/2008 8:14 AM
Gravatar
This is unbelievable!! I have been trying to fix my toolbars for days now! I couldn't believe it was my MS wireless mouse/keyboard causing this. That is until I read the posts here today and tried it myself. THANK YOU!!!

P.S. Microsoft: I'm buying a Dell wireless kb/mouse combo today. I'll be contacting you for reimbursement.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by JoDaCoda at 4/21/2008 9:59 AM
Gravatar
UPDATE: I didn't buy a Dell wireless kb/mouse, but I did purchase the Logitech Cordless Desktop MX3200 Laser, and all is working fine. My toolbars in VS 2008 are still available.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Mehmet YILDIRIM at 4/22/2008 6:30 AM
Gravatar
Yes I fixed this problems..believable:) MS wireless mouse/keyboard causing this.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Islandhopper8 at 4/30/2008 1:39 PM
Gravatar
Yep, I have the same issue with the Ajax toolkit not showing. I just closed vs2008 and unplugged the usb wireless receiver and started VS2008 and it showed the Toolkit (i think I had to do show all also). I plugged in the wireless USB receiver and the Ajax Toolkit still shows. However if I start another instance of vs2008 with the usb receiver plugged in the new instance will not show the Ajax toolbar, while the instance of vs2008 that was started without the usb receiver plugged in kept showing the Ajax toolkit.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Allen Berezovzsky at 5/9/2008 1:05 PM
Gravatar
Wow!!! Sure enought...the problem is the Microsoft wireless mouse! I would have thought you all were crazy! I unplugged it, the the toolkit came back after restart of Visual Studio.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by David Kemper at 5/19/2008 6:24 PM
Gravatar
I have a Microsoft wireless mouse and keyboard as well. I just start VS 2008 and press the reset button on the wireless base that resets the keyboard and mouse and the Ajax toolkit shows up. If I close VS 2008 down I have to press the reset button again.

Very weird!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Joseph at 5/29/2008 4:15 PM
Gravatar
Big problem,

I followed the steps here( including removing my M$ wireless mouse ) however adter removing the tbd files NO TOOLBOX COLTROLS ARE ACCESSABLE NOW! everything is greyed out im seriously in trouble here this is my primary dev environment. Im going for a reinstallin a minute here this is a big problem if anyone has any other suggestions please post them

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Andrew at 6/2/2008 9:49 PM
Gravatar
Does anyone else have this 'greyed out toolbox' issue with a wired mouse? My controls comeback if i change the projects property to .net 3.5 - do I still have the same mouse driver problem (I cant seem to fix it by using a different mouse).

This is the oddest problem ever hah!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Khnum at 6/21/2008 1:38 AM
Gravatar
I also had the same issue, with my Microsoft wireless mouse. After removing it my Ajax Control ToolKit was visible again.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by phxgrl at 7/5/2008 2:27 PM
Gravatar
You've got to be kidding me. I have been banging my head against the wall for the last 5 hours. I unplugged my MS wireless keyboard and mouse and bingo!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Poobalan at 7/8/2008 4:39 AM
Gravatar
I don't believe it. Been banging my head on this for a day. Removed keyboard and it works.

My issue was not with the Ajax control toolkit but rather Infragistics and Telerik Asp.net 3.5 controls. Problem seems to be related to 3.5 version of the framework.


# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Deborah B. at 7/19/2008 9:46 PM
Gravatar
Wow, I've spent a week troubleshooting this problem that I'm having. It's like you are sitting at my computer. I have a Microsoft keyboard but it is not wireless. I will try the trick with the .tbd files. Right now the toolkit is visible in NEW projects, but a current project I'm running doesnt seem to have the toolkit there (when i showall it's grayed). I'm gonna feel great if this works finally!!!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Deborah B. at 7/19/2008 11:12 PM
Gravatar
I did as suggested. Altho I'm on an XP box so the path to the tbd files was different.

C:\Documents and Settings\[user]\Local Settings\Application Data\Microsoft\VisualStudio\9.0

Then I went to the property pages and changed the target to 3.5, and the toolbox came up immediately. I did not have to disconnect my (wired) Microsoft keyboard. Ive bookmarked this fix to my favorites, its the ONLY one that I've found to work

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Dan at 8/7/2008 12:39 PM
Gravatar
In my setup (Vista UE SP1/VS2008 SE) M$ wireless keyboard/mouse is the source(?) of that problem too. So it works like freaking magic now: no "AJAX control toolkit" group present after I start VS2008; then I push "Reset" button on wireless receiver and vuala - the group appears from nowhere with all controls enabled. I've been dealing with M$ products for many years, so I am not complaining, my only polite request to M$ is - could I upgrade my wireless receiver with a treadle, so I don't have to reach for the Reset button with my hand and could conveniently pedal it every time I start VisualStudio?

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by scott at 8/12/2008 8:30 PM
Gravatar
Fixed it for me

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Luis Guzman at 8/15/2008 8:37 AM
Gravatar
Fixed for me, unplug the mouse and Voila!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by David S. at 8/24/2008 12:29 AM
Gravatar
Thank you very much for the fix. It worked like a charm!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Jeremy at 8/28/2008 6:19 PM
Gravatar
Set the target Framework ....

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Marlin at 9/5/2008 3:39 AM
Gravatar
Internet search is a blessed thing. I could have never imagined that the cause for this problem is using a wrong mouse (MS wireless). After chaging the mouse the AJAX controls were not dimmed out anymore.

It would be fair for MS to come forward and tell what they will do to fix the problem. At least there could be a warning on CodePlex pages to avoid waste of peoples' time and talent.

Marlin


# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Larry at 9/11/2008 9:24 AM
Gravatar
I just installed Visual Studio SP1 and it fixed the problem. That was one of the weirdest problems I've ever seen.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Alan Edney at 9/17/2008 4:48 AM
Gravatar
Unbelievable! Everything was working fine when I had my wireless mouse and wireless keyboard. A few days ago the batteries went flat in the mouse and I swapped to a wired mouse but kept the wireless keyboard. It would seem that was enough to make my AJAX controls to vanish. Two days wasted. But thankyou for this blog. In a thousand years I wouldn't have guessed it was relaetd to my keyboard. Anyway, all I did to fix it was to swap to a wired mouse and keyboard then restart Visual Web Developer. Bingo!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by SeanKendle at 10/7/2008 12:42 PM
Gravatar
This problem also exists with Wacom Graphire 4 tablet pens. If you run into this problem, just unplug it with VS2008 running, and plug it back in. My condolences to anyone with a computer lodged under the desk... O_o

Microsoft. Get off your asses and patch this, you lazy bums. Google is going to conquer the world way before you idiots do. You're slacking.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Rabi at 10/23/2008 6:21 AM
Gravatar
Disconnecting microsoft usb mouse didn't work. So I went to Website, start options, build and changed target framework to 3.5. After that I was able to view Ajax control toolkit. But if I change to other version, it disappears again.

I am using VS2008 Pro edition on XP

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by IDN at 10/31/2008 4:47 AM
Gravatar
I don't know how hardware can have an affect on the Control Toolkit not showing up but as Rabi pointed out you need to change the target framework within the site properties to 3.5 if you are using the 3.5 Toolkit. Once you do that, everything shows up like it should.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by phillips9j at 12/8/2008 7:36 PM
Gravatar
Yes i had the same problem with the greying out of the AJAX toolkit. I did not think it was installed and I tried it several times. Finally, I tried googling for solutions.

I found this post and viola as someone previously said, it worked!!

I unplugged the MS wireless mouse and the toolkit was enabled when the project was loaded.

Thanks so much. I wish I had found it earlier.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Lewis Le at 1/11/2009 10:03 AM
Gravatar
Hi,
I got in stuck in this problem too. I downloaded the Ajax Control Toolkit 3.5 and followed the intructions. I installed the AjaxControlExtender.vsi and added the AjaxControlToolkit.dll into Toolbox. But when creating a new website, i see no where to create an AJAX control toolkit website in "My Templates" corner as in instructions. And when trying to create a "ASP.NET AJAX-Enabled website", i found that the AJAX Control Toolkit i've just added has grayed out. I dont khow how to solve...

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by kups at 1/13/2009 8:47 PM
Gravatar
Having a cup of coffee beside your computer makes the controls grayed out.
Silly Microsoft products....

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Lewis Le at 1/14/2009 8:42 AM
Gravatar
thanks 4 ur idea...if i have a rock...push the screen immediatedly...d...

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Byron Polk at 1/17/2009 6:53 PM
Gravatar
I am using an HP keyboard and wireless mouse and had the same issue with the Ajax Control Toolkit controls being disabled.

Going to the Website, start options, build and changing the target framework to 3.5 immediately did the trick. All of the controls in the toolkit were immediately available with out restarting.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Plaf at 1/19/2009 1:44 PM
Gravatar
The solution is what Byron Polk says! Could not beleive is the mouse , oh come on !!! :)

Just go to website>start option>build and change for framework 3,5 ...!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Steve at 1/22/2009 7:26 PM
Gravatar
I can't believe this is the case, but I unplugged my Microsoft Wireless keyboard and mouse and plugged in my logitech one and the toolkit appeared as soon as i started up VS. This is one of the wierdest and worst bugs ever.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Matt at 2/2/2009 11:07 AM
Gravatar
This one worked for me...

"You must change the target to 3.5 in the property pages and the problem will be solved."

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Anil at 2/6/2009 8:42 PM
Gravatar
Thank you All for your posts...

After changing the project property and changing Target Framework to 3.5 it worked like a charm...

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Marcus //SE at 2/13/2009 7:06 AM
Gravatar
Using XPSP3, VSExpress C# w SP1 (have not yet installed the pro, was going to so the bug would be resolved but as I've read it wouldn't). Tried everything, unpluggin mouse, kb, USB-hub in monitor, deleting the .tbd (?)files, restarting multiple times, setting framework to .NET 3.5, creating new solutions...

Nothing works! Damn bug!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Dave at 2/13/2009 7:14 AM
Gravatar
My problem is almost the same, it only has to do with the shockwave flash object control (FLDbg10.ocx) (not ajax). I tried every method on this page, without succes. Never took me 5 days to get a flash movie working on a aspx page ... (vs 2008 pro on vista)

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by PacificWinter at 2/25/2009 11:41 PM
Gravatar
Hitting the reset button on the Microsoft Wireless keyboard is what did the trick for me. I'm using VS2008 SP1, 3.5 Frameworks, Windows Vista Ultimate.

I was having a hard time believing the other posts but sure enough ...

The problems seems to recur so when I close VS, open the project, hit the reset button on the wireless receiver then hit the pairing button on the back of the keyboard.

Hard to believe but true.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by David Hodgson at 3/5/2009 10:16 PM
Gravatar
I have same issue without anything wireless attached to my PC. But I have seen that if I put the TV remote control next to my keyboard; that spilling coffee ruins two for the price of one!

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Junak at 3/12/2009 4:57 AM
Gravatar
My solution is very simply, just create new project -> Web Site, not new Web but new project than you will have enable ajax toolkit , when you use web site it doesn't .

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Karen Hall at 3/16/2009 11:13 AM
Gravatar
Thank you! I thought I was going to lose my mind trying to get the ajaxtoolbox controls to become available after reinstalling vs2008... seems as though the wireless mouse and keyboard were the problem... controls worked as soon as i replaced the mouse and keyboard with usb ones... :-)

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by kiramus at 4/8/2009 4:10 PM
Gravatar
UNBELIEVABLE : the issue was realy solved by resetting the wireless keyboard pairing... Absolutely ridiculous, but the fact is it working now. Tks Msft

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by li at 6/23/2009 12:18 PM
Gravatar
for me, The key is to change the build target to .NetFramework 3.5 since I installed the version 3.5 AJAX extension

VS2008 > Website > Start Options > Build > .Net Framework 3.5

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Ernestowww at 8/11/2009 9:17 AM
Gravatar
This worked for me,

in Solution Explorer, right click on your project/website. Select "Property Pages" (should be the very bottom option). A dialog box opens, on the menu to the left select "Build". Change the Target Framework to ".NET Framework 3.5". Select Apply and close the dialog box.

AJAX Toolkit will now show up and options won't be grayed out.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by weedy at 9/23/2009 10:45 PM
Gravatar
Changing the Target Framework to ".NET Framework 3.5" worked a treat! I didn't need to unplug my iPod, Blackberry or MS mouse. I did have to unplug from the Matrix though. :)

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Muneeb at 10/23/2009 1:29 AM
Gravatar
Well install service pack 1. and you can use wireless everything as well.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by msMonkey at 12/8/2009 4:20 PM
Gravatar
This worked for me,

in Solution Explorer, right click on your project/website. Select "Property Pages" (should be the very bottom option). A dialog box opens, on the menu to the left select "Build". Change the Target Framework to ".NET Framework 3.5". Select Apply and close the dialog box.

DO NOT THEN RESTART VStudio..... worked for me after trying everything else.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Gokhan YILMAZ at 3/3/2010 5:33 AM
Gravatar
the solution is work which is left by Matt Man above... if you have microfost wireless disable it and then add tab , dll by choose items .. it works..

thank you Matt Man... I could never think that it will be because of mouse ...Crazyness

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Gokhan YILMAZ at 3/3/2010 5:35 AM
Gravatar
the solution is work which is left by Matt Man above... if you have microfost wireless "MOUSE" disable it and then add tab , dll by choose items .. it works..

thank you Matt Man... I could never think that it will be because of mouse ...Crazyness

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Hiren Patel at 3/29/2010 8:44 AM
Gravatar
This is soooooooooo crazy man.........

replaclcing MS wireless Keyboard and mouse worked..........

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Sandip Parmar at 5/1/2010 9:45 PM
Gravatar
Go to your project properties & select target framework as .net 3.5. it will work now.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by jackbnimble at 5/4/2010 7:11 AM
Gravatar
WIRELESS MOUSE/KEYBOARDS HAVE NOTHING TO DO WITH IT ;)

This can easily be fixed:
Create a new folder and copy your project files. Open your project/website from the new folder.

Now it works. This occurs when visual studio/visual web developer saves info about your project. Something is corrupt/missing/not correctly referenced. When you create a new folder, it rebuilds the project info, thus fixing the problem.

# re: AJAX Control Toolkit Controls Grayed Out - HOW TO FIX

Left by Imt at 6/6/2010 1:24 AM
Gravatar

I have tried all the options
1. I deleted .tbd files option - NO CHANGE

2. I have created new folder & copy-pasted all the files - NO CHANGE

3. I am not using any wireless devices


What could be the reason, expecting you valuable soultion.

Your comment:



(not displayed)


 
 
 
 
 

Live Comment Preview:

 
«May»
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678