473,378 Members | 1,152 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,378 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 4629
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.