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


Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load type 'System.Web.UI.IScriptManager'
from assembly 'System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'.

Source Error:

Line 1: <%@ page language="C#" autoeventwireup="true" inherits="cart,
App_Web_i-eqclma" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Source File: /cart.aspx Line: 1
 
B

bruce barker

the ajax library is not installed on the server. either install it, or
include the ajax dll's in your bin folder.

-- bruce (sqlwork.com)
 
A

Abhishek Nair

Thanks for the reply

@bruce can you tell me which dll that is

@Manish. Ya scriptmanager is the first control before updatepanel

regards
Abhishek
 
A

Abhishek Nair

Hi Bruce

actually i have uploaded system.web.extensions.dll into the bin folder from
my pc (ver 3.5.0.0). would the server need the 3.5.0.0 framework as well to
run this?

Regards
Abhishek
 

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