Problems Attempting to Use Visual Studio 2010 and AJAX Extensions

Why can't I add a ScriptManager or UpdatePanel control to a page in Visual Studio 2010?

Dragging (or double-clicking) just fails - does it seem like there's incompatibility somewhere?

UPDATE: This is the default installation of 2010 Ultimate in Windows7, creating a web application, cannot drag ScriptManager or UpdatePanel to the designer. Ad input is in progress.

The cursor changes to the [+] icon when you drag it to the desired location, but nothing happens when you click "drop", the document name is briefly added *, it quickly returns to its normal state, either saves or does cancel.

I suppose something is going wrong, so it cancels ... but what is wrong?

+4
source share
1 answer

I think you can easily solve this problem by dropping the toolbox.

Mahmut.

+1
source

Source: https://habr.com/ru/post/1308129/


All Articles