Hello,
I have a probelm with the Version utility Upgrade
The problem is also available in the last release 10.2.20102.1007
An exception occurs when i want to update a Visual project from 2005 or from 2010
=================================================================
Text of exception:
Consultez la fin de ce message pour plus de détails sur l'appel du débogagejuste-à-temps (JIT) à la place de cette boîte de dialogue.
************** Texte de l'exception **************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)
************** Assemblys chargés **************mscorlib Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------Infragistics.VersionUtility.UI Version de l'assembly : 10.2.20102.1007 Version Win32 : 10.2.20102.1007 CodeBase : file:///C:/Program%20Files/Common%20Files/Infragistics/NetAdvantage%202010.2/Version%20Utility/Infragistics.VersionUtility.UI.exe----------------------------------------System.Windows.Forms Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------Infragistics.VersionUtility.Support Version de l'assembly : 10.2.20102.1007 Version Win32 : 10.2.20102.1007 CodeBase : file:///C:/Program%20Files/Common%20Files/Infragistics/NetAdvantage%202010.2/Version%20Utility/Infragistics.VersionUtility.Support.DLL----------------------------------------System.Xml Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------mscorlib.resources Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------System.Windows.Forms.resources Version de l'assembly : 2.0.0.0 Version Win32 : 2.0.50727.1433 (REDBITS.050727-1400) CodeBase : file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll----------------------------------------
************** Débogage JIT **************Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cetteapplication ou cet ordinateur (machine.config) doit avoir la valeurjitDebugging définie dans la section system.windows.forms.L'application doit également être compilée avec le débogageactivé.
Par exemple :
<configuration> <system.windows.forms jitDebugging="true" /></configuration>
Lorsque le débogage juste-à-temps est activé, les exceptions non géréesseront envoyées au débogueur JIT inscrit sur l'ordinateurplutôt que d'être gérées par cette boîte de dialogue.
Content of .csproj:Visual 2010
<?xml version="1.0" encoding="utf-8"?><Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{23CAA5F0-0756-425E-823C-2FFA6FF21370}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CheckAssemblies</RootNamespace> <AssemblyName>CheckAssemblies</AssemblyName> <SccProjectName> </SccProjectName> <SccLocalPath> </SccLocalPath> <SccAuxPath> </SccAuxPath> <SccProvider> </SccProvider> <ApplicationIcon>App.ico</ApplicationIcon> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation /> <TargetFrameworkProfile /> <PublishUrl>http://localhost/CheckAssemblies/</PublishUrl> <Install>true</Install> <InstallFrom>Web</InstallFrom> <UpdateEnabled>true</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>true</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <UseVSHostingProcess>false</UseVSHostingProcess> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> <Reference Include="Infragistics2.Win.Misc.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="Michelin.ePC.ApplicationsManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=77ae157db937a640, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\Dev\Lib.Net\Michelin.ePC.ApplicationsManager.dll</HintPath> </Reference> <Reference Include="Michelin.ePC.ApplicationsManager.ePCApplicationManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=77ae157db937a640, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\Dev\Lib.Net\Michelin.ePC.ApplicationsManager.ePCApplicationManager.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Michelin.ePC.Foundation, Version=3.0.0.1, Culture=neutral, PublicKeyToken=77ae157db937a640, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Design" /> <Reference Include="System.Drawing" /> <Reference Include="System.Runtime.Serialization.Formatters.Soap" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="Infragistics2.Shared.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <HintPath>C:\Program Files\Infragistics\NetAdvantage for .NET 2007 Vol. 2 CLR 2.0\windows forms\bin\Infragistics2.Shared.v7.2.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="Infragistics2.Win.UltraWinStatusBar.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <HintPath>C:\Program Files\Infragistics\NetAdvantage for .NET 2007 Vol. 2 CLR 2.0\windows forms\bin\Infragistics2.Win.UltraWinStatusBar.v7.2.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="Infragistics2.Win.UltraWinTree.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <HintPath>C:\Program Files\Infragistics\NetAdvantage for .NET 2007 Vol. 2 CLR 2.0\windows forms\bin\Infragistics2.Win.UltraWinTree.v7.2.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="Infragistics2.Win.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <HintPath>C:\Program Files\Infragistics\NetAdvantage for .NET 2007 Vol. 2 CLR 2.0\windows forms\bin\Infragistics2.Win.v7.2.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <EmbeddedResource Include="Form1.resx"> <SubType>Designer</SubType> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\licenses.licx" /> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <SubType>Designer</SubType> </EmbeddedResource> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> </ItemGroup> <ItemGroup> <Content Include="App.ico" /> <None Include="Resources\branch_view1.png" /> <None Include="Resources\branch_find.png" /> <None Include="Resources\find.png" /> <None Include="Resources\elements2.png" /> <None Include="Resources\branch.png" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> <PropertyGroup> <PostBuildEvent>copy $(TargetName).exe ..\..\..\..\..\Dev\Bincopy $(TargetName).pdb ..\..\..\..\..\Dev\Pdb</PostBuildEvent> </PropertyGroup></Project>
I'm waiting for your answer because we have a lot of project to conevert !!
Thank's
You are not using the latest hotfix. Download it from here.
Sorry but this is the Version utility installed by teh release
I remove the release, delete the exe, reinstall the release and the version fo the exe is:
10.2.20102.1007
So problem not resolved !
Thnak's