Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
718
Infragistics version upgrade tool doesn't handle ScriptManager references
posted

I just upgraded to SR release Version=10.3.20103.2120, and that's the only version in my GAC and my project's bin folder.  I finally got my web site to compile, but when I try to surf to a page, I get a server error (Could not load file or assembly 'Infragistics4.Web.v10.3, Version=10.3.20103.2073), 'cause something's still looking for the previous version.

 

Parents
No Data
Reply
  • 718
    Verified Answer
    Offline posted

    The Infragistics version utility didn't upgrade these lines.  Should it have?

     

            <ig:WebScriptManager ID="WebScriptManager1" runat="server">
                <Scripts>
                    <asp:ScriptReference Assembly="Infragistics4.Web.v10.3, Version=10.3.20103.2073, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
                        Name="Infragistics.Web.UI.SharedScripts.igDragDrop.js" />
                    <asp:ScriptReference Assembly="Infragistics4.Web.v10.3, Version=10.3.20103.2073, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
                        Name="Infragistics.Web.UI.Scripts.5_igObjects.js" />
                    <asp:ScriptReference Assembly="Infragistics4.Web.v10.3, Version=10.3.20103.2073, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
                        Name="Infragistics.Web.UI.SharedScripts.igAnimation.js" />
                </Scripts>
            </ig:WebScriptManager>
    

Children
No Data