Question : Just installed AJAX Toolkit - ToolkitScriptManager error --  "unknown server tag"

Code compiles with no errors, but when I run the page I get:


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:ToolkitScriptManager'.

Source Error:


Line 55:
Line 56:
Line 57: <asp:ToolkitScriptManager ID="ToolkitScriptManager" runat="server">  
Line 58: </asp:ToolkitScriptManager>  
Line 59:      
 

Source File: /Default.aspx    Line: 57


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016

Answer : Just installed AJAX Toolkit - ToolkitScriptManager error --  "unknown server tag"

from the ToolBox, drag n drop any control and an ajax script manager.


It will remove any errors and update the dlls accordingly
Random Solutions  
 
programming4us programming4us