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.
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>