473,386 Members | 1,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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

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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832
Jan 8 '08 #1
4 4631
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)
"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
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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832
Jan 8 '08 #2
Thanks for the reply

@bruce can you tell me which dll that is

@Manish. Ya scriptmanager is the first control before updatepanel

regards
Abhishek

<br*********@discussions.microsoft.comwrote in message
news:52**********************************@microsof t.com...
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)
"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
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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832;
ASP.NET
Version:2.0.50727.832

Jan 8 '08 #3
System.Web.Extensions.dll

-- bruce (sqlwork.com)
"Abhishek Nair" wrote:
Thanks for the reply

@bruce can you tell me which dll that is

@Manish. Ya scriptmanager is the first control before updatepanel

regards
Abhishek

<br*********@discussions.microsoft.comwrote in message
news:52**********************************@microsof t.com...
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)
"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
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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832;
ASP.NET
Version:2.0.50727.832


Jan 8 '08 #4
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
"bruce barker" <br*********@discussions.microsoft.comwrote in message
news:4B**********************************@microsof t.com...
System.Web.Extensions.dll

-- bruce (sqlwork.com)
"Abhishek Nair" wrote:
>Thanks for the reply

@bruce can you tell me which dll that is

@Manish. Ya scriptmanager is the first control before updatepanel

regards
Abhishek

<br*********@discussions.microsoft.comwrote in message
news:52**********************************@microso ft.com...
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)
"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
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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832;
ASP.NET
Version:2.0.50727.832



Jan 9 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David C. allen | last post by:
I have created a simple Client-side SOAP Extension for a webclass that I have. When I apply the extension attribute to the the calling function in the proxy class I get an error 'Value cannot be...
1
by: Marco Gerlach | last post by:
Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888) ...
1
by: Michael | last post by:
Hi, Any one know the problem of the following error: Thanks, m Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to...
1
by: Frank S | last post by:
I'm trying to write a custom handler for .rtf files on our website. Using the book "Essential ASP.Net C#" as a guide, I wrote the following and compiled to a dll (assembly named "rtf_cl": ...
5
by: Patrick | last post by:
I understand it is built in behaviour that if an ASP.NET's web.config is set to: <customErrors mode="RemoteOnly" /> then I only get a detailed error message on screen when the ASP.NET...
3
by: Adriano | last post by:
Hello, when I try to print something, either DataGrid or from Crystal Report viever the folowing error message appears and cancels printing: Object reference not set to an instance of an...
0
by: HKSHK | last post by:
This list compares the error codes used in VB.NET 2003 with those used in VB6. Error Codes: ============ 3: This Error number is obsolete and no longer used. (Formerly: Return without GoSub)...
5
by: Alias | last post by:
Hi - I'm trying to implement a custom RoleProvider based on the SqlRoleProvider. I keep receiving a an error that it can't load type 'MyRoleTest.MyRoleProvider' when trying to load my...
1
by: Abhishek Nair | last post by:
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.