Hi,
I've some pb to upgrade VS2005 solution from 2009.2 to 2010.2.
I installed the service pack SR10_6 but it doesn't work.
Have an issue?
Log error :
System.FormatException: Le format de la chaîne d'entrée est incorrect. à System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) à System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt) à System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info) à Infragistics.VersionUtility.UI.AnalysisCompleteControl.BeginWork() à Infragistics.VersionUtility.UI.PrimaryForm.UpgradeHelper_UpdateStateChanged(Object sender, UpgradeStateChangedEventArgs e) à Infragistics.VersionUtility.UI.UpgradeHelper.UpdateCurrentUpgradeState(UpgradeState state) à Infragistics.VersionUtility.UI.UpgradeHelper.GoToNextState() à Infragistics.VersionUtility.UI.AnalyzeControl.backgroundWorker1_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) à System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) à System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
It's imposssible for me to give you my project.
The problem comes from the analysis stage, if i click on "Continue" it's work.
Hello,
Can you please send me your solution or project file, so that I will reproduce the error on my end and log it as a bug in our system?
For a temporary workaround, please change your language settings to english and then run the Version utility to upgrade your project.
Please send me the project before you upgrade it. Please zip it before attaching.
Thank you,
I get the same issue on a swedish local. After beeing through this with the Visual Studio Tab installer a couple of years ago, my guess is that they don't handle localisation correctly. The version number is always seperated with ".", but in our locale the decimal separator is ",".
A workaround is to temporarely change the deciaml separator to "." in the control panel, run the tool and then switch back,