Wednesday, March 21, 2012

Parser Error <atlas:ScriptManager ID="sm" runat="server" EnablePartialRendering="True"&

I am getting the following error, and I have no idea where it is coming from, can anyone point me in the right direction please?

Line 31: </asp:DropDownList><br />Line 32: <br />Line 33: <atlas:ScriptManager ID="sm" runat="server" EnablePartialRendering="True">Line 34: <Scripts>Line 35: <atlas:ScriptReference Path="../../Includes/TextChangedBehavior.js" />

Rich

Can you provide a little more information please. Be a little more detailed.

From the looks of it...why are you using ATLAS? Upgrade to AJAX's newest version. One thought could be to Reigster your Toolkit at the top of your .aspx page.

Thanks,


Double checking your web.config should probably be the first step. Are you actually running the older, Atlas version or is that just the tag prefix you chose?

Make sure you have this line in your web.config:

<add tagPrefix="atlas" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

You can check the rest of your web.config against these guidelines: http://www.asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx

No comments:

Post a Comment