views:

665

answers:

2

I can't add AJAX controls to VS2010 rc. I try to drag it to design view, but nothing happens, code remains unchanged. Where is a problem here? Should I install manually ajax toolbox to make it work?

+1  A: 

Take a look at this article:

http://blogs.msdn.com/webdevtools/archive/2009/05/26/using-microsoft-ajax-control-toolkit-with-visual-studio-10-beta-1.aspx

Finally look at this: http://blogs.msdn.com/webdevtools/archive/2009/05/26/using-microsoft-ajax-control-toolkit-with-visual-studio-10-beta-1.aspx

More specifically

"The AjaxControlToolkit you can download from the web is for 3.5 fx. It can work with a 4.0 framework, but you can't see some functionality such as no smart task, or you can't drag and drop onto a supported control, for VS 2010 Beta2. You need to retarget the toolkit source to use 4.0 fx and rebuild it."

JonH
Didn't work. trying to add Ajax assembly, I select all ajax controls to be imported, click OK and nothing happens, no error msg, no items added into the toolbar.. :(
Stewie Griffin
A: 

Reset the toolbox and add again all your customized server control and will be fixed

Josue Elias