'ScriptManager' does not exist in the namespace 'System.Web.UI'

K

Krip

When adding ASP.NET AJAX 1.0 ScriptManager and UpdatePanels to some pages in
our Web Application project, we get the following error:

"The type or namespace name 'ScriptManager' does not exist in the
namespace 'System.Web.UI' (are you missing an assembly reference?)"

This error occurs on the declaration of ScriptManager and UpdatePanel
objects automatically generated in the .designer files. There is no problem
for pages we ported over from ASP.NET 1.1 (where no .designer files exist) -
those compile and work fine. The issue is only with new pages added that
have .designer files. If we comment out the declarations, the web project
compiles fine. Otherwise it reports the above error.

I have added web.extensions assembly to both web.config file and explicitly
as a Reference.

How do we get rid of this error so we don't have to keep manually editing
the .designer files?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top