HelloI want to install the new version 2010 Vol 2 on a 2009 version flight 2 on a Windows Seven and Visual Studio 2008. using the update utility version I have the following error:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info) at Infragistics.VersionUtility.UI.AnalysisCompleteControl.BeginWork() at Infragistics.VersionUtility.UI.UpgradeHelper.UpdateCurrentUpgradeState(UpgradeState state)
************** Loaded Assemblies **************mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------Infragistics.VersionUtility.UI Assembly Version: 10.2.20102.1004 Win32 Version: 10.2.20102.1004 CodeBase: file:///C:/Program%20Files%20(x86)/Common%20Files/Infragistics/NetAdvantage%202010.2/Version%20Utility/Infragistics.VersionUtility.UI.exe----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------Infragistics.VersionUtility.Support Assembly Version: 10.2.20102.1004 Win32 Version: 10.2.20102.1004 CodeBase: file:///C:/Program%20Files%20(x86)/Common%20Files/Infragistics/NetAdvantage%202010.2/Version%20Utility/Infragistics.VersionUtility.Support.DLL----------------------------------------System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------
************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /></configuration>
When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
Hello Olivier,
What did you use to upgrade? You used the utility from the menu in Visual Studio, or you went through
Start - > All Programs -> Infragistics -> NetAdvantage 2010.2 -> Version Utility ?
Sincerely,MatteoDeveloper Support EngineerInfragisticswww.infragistics.com/support
HelloI usedStart -> All Programs -> Infragistics -> NetAdvantage 2010.2 -> Printer UtilitySincerely