error Could not load type "System.Web.UI.IScriptManager"
error Could not load type "System.Web.UI.IScriptManager"
am 08.01.2008 05:49:57 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
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:
"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
RE: error Could not load type "System.Web.UI.IScriptManager"
am 08.01.2008 18:02:01 von brucebarker
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:
> "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
>
>
>
Re: error Could not load type "System.Web.UI.IScriptManager"
am 08.01.2008 18:20:00 von 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
wrote in message
news:5245C872-FCE9-4DAB-8886-F7963F6E7451@microsoft.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:
>> "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
>>
>>
>>
Re: error Could not load type "System.Web.UI.IScriptManager"
am 08.01.2008 18:59:00 von brucebarker
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
>
>
>
> wrote in message
> news:5245C872-FCE9-4DAB-8886-F7963F6E7451@microsoft.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:
> >> "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
> >>
> >>
> >>
>
>
>
Re: error Could not load type "System.Web.UI.IScriptManager"
am 09.01.2008 05:32:05 von 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
"bruce barker" wrote in message
news:4B98F82E-08B4-4FE9-8A7D-681EF09865A1@microsoft.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
>>
>>
>>
>> wrote in message
>> news:5245C872-FCE9-4DAB-8886-F7963F6E7451@microsoft.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:
>> >> "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
>> >>
>> >>
>> >>
>>
>>
>>