I have the following markup in an aspx page. After running the latest Upgrade Wizard (.3.1208.35), the version info in the markup below was not updated to reflect the latest version. Same thing in two other similar aspx files.
I assume the upgrade wizard should look at all the aspx files in the project being upgraded and update the markup to reflect the newer version, so I'm guessing that's a bug...
Thanks,
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
| <Scripts> |
| <asp:ScriptReference Assembly="Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" |
| Name="Telerik.Web.UI.Common.Core.js" /> |
| <asp:ScriptReference Assembly="Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" |
| Name="Telerik.Web.UI.Common.jQuery.js" /> |
| </Scripts> |
| </telerik:RadScriptManager> |
I assume the upgrade wizard should look at all the aspx files in the project being upgraded and update the markup to reflect the newer version, so I'm guessing that's a bug...
Thanks,