pls pls help me someone. will be very much grateful
Server Error in '/TEST' Application.
Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.TypeLoadException: Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Ajay GautamPosted Jul 8, 2010, 8:47 AM
Is your problem solved?
Ajay GautamPosted Jul 2, 2010, 3:15 PM
Make sure few things: -
a.
If you are using asp.net 3.5 then Change:
<asp:ToolkitScriptManagerr ID="ScriptManager1" runat="server">asp:ToolkitScriptManager>
to:
and use mask, masktype property
like Mask="99:99:99" MaskType="Time" because MaskedEdit control needs to be rendered with the Mask and MakeType properties.
b. If this wont work then
--OR--
If still it won't work then take my code
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="AjaxControlToolkit, Version=3.0.30512.20315, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"
Namespace="AjaxControlToolkit" TagPrefix="asp" %>
webconfig
------------
if wont work then send me your email i will send you my solution.
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as
Answer" if a marked post does not actually answer your question.
anis ahmedPosted Jul 2, 2010, 3:17 AM
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>
Ajay GautamPosted Jul 1, 2010, 1:06 PM
Can you put your code so that I can see what is wrong, because on my project its working fine for me.