Hi,
After updating from 2009.1 527 to 2009.2 701 I apparantly broke my build on the server.
I Installed the new verision on my local computer. Deleted the reference to the old Telerik.Web.UI.DLL and the made a new reference to the new DLL.
After that I compiled my project and then updated the project on the server. Thats all. After that the app on the server now gives me the error below here.
I need to say that updating the server means putting up my ascx controls and the DLL's. I have not touched the aspx and web.config on the server. They are somewhat different than those locally.
The app is running perfectly locally. So how can it suddenly be missing System.Web.Extensions?
Server Error in '/' Application.
Parser Error Message: Unable to create type 'telerik:RadScriptManager'. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
Source File: /hourkid.aspx Line: 20
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
After updating from 2009.1 527 to 2009.2 701 I apparantly broke my build on the server.
I Installed the new verision on my local computer. Deleted the reference to the old Telerik.Web.UI.DLL and the made a new reference to the new DLL.
After that I compiled my project and then updated the project on the server. Thats all. After that the app on the server now gives me the error below here.
I need to say that updating the server means putting up my ascx controls and the DLL's. I have not touched the aspx and web.config on the server. They are somewhat different than those locally.
The app is running perfectly locally. So how can it suddenly be missing System.Web.Extensions?
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: Unable to create type 'telerik:RadScriptManager'. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 18: <body>
Line 19: <form id="form1" runat="server">
Line 20: <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
Line 21: <telerik:radajaxmanager runat="Server" id="RadAjaxManager1">
Line 22: <AjaxSettings>
|
Source File: /hourkid.aspx Line: 20
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082