error Could not load type 'System.Web.UI.IScriptManager'

A

Abhishek Nair

Hi, All,

please find the error that i am finding below. i have an application that is
using the ajax asp.net controls like updatepanel. I have visual studio 2005
installed on my developer machine. On the developer end this page is working
perfectly but on the server end when i am uploading this in not working and
it is giving the error below. can anyone please help me out.

thanking you
Shake
 
M

Manish

Hi Shake,

did you drop the ScriptManager control before dropping the UpdatePanel
control because ScriptManager is required to be the first control on the page
before you could use the UpdatePanel control.

I would recommend you to always create a AjaxEnabledWebsite rather than
normal website when you want to use the Ajax controls in your App.

Regards,
Manish
www.componentone.com
 

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

Top