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

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

am 08.01.2008 05:49:19 von 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

RE: error Could not load type "System.Web.UI.IScriptManager"

am 08.01.2008 07:14:00 von 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

"Abhishek Nair" wrote:

> 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
>
>
>