Home > Back-end >  Visual Studio 2022 - ASP.net - Error Creating Control ajax Toolkit ... Page Design
Visual Studio 2022 - ASP.net - Error Creating Control ajax Toolkit ... Page Design

Time:02-06

I have a Visual Studio 2022 ASP.net application that now displays "Error Creating Control ajax Toolkit" when viewing the Page Design:-

enter image description here

The application references the AjaxControlToolKit:-

enter image description here

And the path is pointing to the Ajax install path:-

enter image description here

The application builds and runs but when viewing the design page I get the "Error Creating Control" messages.

This seems to have started very recently.

Any ideas why?

tia

CodePudding user response:

Just to add to my original question It appears that the "Web Live Preview" was the issue.

I set the option back to "Legacy Web Forms Designer" and it seems ok.

I found this similar post VS 2022 Tools Options

Web Forms Designer - Legacy Forms Designer

  • Related