Receiving the below error for my application. Can somebody help me resolve this? __My application was running fine and all of a sudden__ (without any code change from our side) the error is popping up.
__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: Unknown server tag 'asp:ScriptManager'.
Source Error:
Line 96:
Line 97: <div id="Container"><!-- container -->
Line 98: <asp:ScriptManager runat=server ID="Script1"></asp:ScriptManager>
Line 99: <!--Header-->
Line 100: <uc1:Header ID="Header1" runat="server" />
Source File: /Home.aspx Line: 98
Version Information: Microsoft .NET Framework Version:2.0.50727.4253; ASP.NET Version:2.0.50727.4252__
__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: Unknown server tag 'asp:ScriptManager'.
Source Error:
Line 96:
Line 97: <div id="Container"><!-- container -->
Line 98: <asp:ScriptManager runat=server ID="Script1"></asp:ScriptManager>
Line 99: <!--Header-->
Line 100: <uc1:Header ID="Header1" runat="server" />
Source File: /Home.aspx Line: 98
Version Information: Microsoft .NET Framework Version:2.0.50727.4253; ASP.NET Version:2.0.50727.4252__