A
abcd
II have a asp.net application that using .NET framework 2.0. I use VS 2005.
I opened VS 2008 and upgraded all the proejcts to .NET 3.5. My applicaiton
has a code as below which is giving me error...any clues how to fix that...
Parser Error Message: The base class includes the field 'ScriptManager', but
its type (System.Web.UI.ScriptManager) is not compatible with the type of
control (System.Web.UI.ScriptManager).
Source Error:
Line 77: <body onload="history.go(+1)">
Line 78: <form id="form1" runat="server">
Line 79: <asp:ScriptManager ID="ScriptManager" runat="server"
ScriptMode="Release" />
Line 80:
Line 81: <div>
Source File: /Masters/Default.Master Line: 79
I opened VS 2008 and upgraded all the proejcts to .NET 3.5. My applicaiton
has a code as below which is giving me error...any clues how to fix that...
Parser Error Message: The base class includes the field 'ScriptManager', but
its type (System.Web.UI.ScriptManager) is not compatible with the type of
control (System.Web.UI.ScriptManager).
Source Error:
Line 77: <body onload="history.go(+1)">
Line 78: <form id="form1" runat="server">
Line 79: <asp:ScriptManager ID="ScriptManager" runat="server"
ScriptMode="Release" />
Line 80:
Line 81: <div>
Source File: /Masters/Default.Master Line: 79