Link to home
Start Free TrialLog in
Avatar of GlobaLevel
GlobaLevelFlag for United States of America

asked on

asp.net - vb.net page doesnt recognize scriptmanager tag

I am trying to use the script manager tag to relay data from a javascript function to code behind and its not working I get this error:
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 228:    </script>  
Line 229:    
Line 230:    <asp:scriptmanager ID="Scriptmanager1" runat="server" EnablePageMethods="true"></asp:scriptmanager>
Line 231:    <asp:HiddenField runat="server" ID="sessionDuration" />
Line 232:        
 

Source File: /Shoe_Comp/ShoeMobile.aspx    Line: 230 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5420

Open in new window

Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

wrong case in the script manager tag?
just a guess as I'm not next to a box I can test it on
ASKER CERTIFIED SOLUTION
Avatar of gery128
gery128
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The link I posted showed you exactly the same thing.