<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>VssConverterGui Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=VssConverterGui</link><description>VssConverterGui Work Item Rss Description</description><item><title>Created Issue: Change to UpdateSettings for TFS2010 collections [32320]</title><link>http://vssconvertergui.codeplex.com/workitem/32320</link><description>For TFS2010 MainForm.UpdateSettings needs to be changed to&amp;#58;&lt;br /&gt;    private void UpdateSettings&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;      _converterSettings.ConverterSpecificSetting.Source.VSSDatabase.name &amp;#61; cbVSSDatabasePath.Text&amp;#59;&lt;br /&gt;      try&lt;br /&gt;      &amp;#123;&lt;br /&gt;        Uri uri &amp;#61; new Uri&amp;#40;cbTFSServer.Text&amp;#41;&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.name &amp;#61; uri.Host&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.port &amp;#61; uri.Port&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.protocol &amp;#61; uri.Scheme&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;_converterSettings.Settings.TeamFoundationServer.collection &amp;#61; uri.AbsolutePath&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;      catch&lt;br /&gt;      &amp;#123;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.name &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.port &amp;#61; -1&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.protocol &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;      &amp;#9;_converterSettings.Settings.TeamFoundationServer.collection &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;...&lt;br /&gt;</description><author>JezzaT</author><pubDate>Mon, 27 Feb 2012 01:20:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Change to UpdateSettings for TFS2010 collections [32320] 20120227012044A</guid></item><item><title>CREATED ISSUE: Does not work on Vista 64-bit systems.</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=16306</link><description>Hi the Assembly VSSConverter has been compiled for 32 bit only.  The VSSConverter EXE was compiled for &amp;#34;Any CPU&amp;#34;.  On a 64 bit system an exe compiled for Any CPU will be loaded into a 64 bit .NET processes.  When the system tryes to load any 32 bit only assembly you get an &amp;#34;Bad Format Error&amp;#34;.  &lt;br /&gt;&lt;br /&gt;If you set you exe to x86 &amp;#40;32-bit&amp;#41; then a 64 bit system will load the EXE into a 32-bit process automaticly.&lt;br /&gt;</description><author>lexnn</author><pubDate>Sun, 27 Apr 2008 21:20:21 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Does not work on Vista 64-bit systems. 20080427092021P</guid></item><item><title>CREATED ISSUE: Migration VSS to TFS</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=16117</link><description>Hello&lt;br /&gt;&lt;br /&gt;I want migrate my project VSS to TFS,&lt;br /&gt;&lt;br /&gt;i utilised VSSconverterGUI.exe, &amp;#38; it created settings.xml &amp;#58;&lt;br /&gt;&lt;br /&gt;  &amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34; &amp;#63;&amp;#62; &lt;br /&gt;- &amp;#60;SourceControlConverter xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34;&amp;#62;&lt;br /&gt;- &amp;#60;ConverterSpecificSetting&amp;#62;&lt;br /&gt;- &amp;#60;Source name&amp;#61;&amp;#34;VSS&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;VSSDatabase name&amp;#61;&amp;#92;&amp;#92;SFSRV01&amp;#92;VSSSoftProjects &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;UserMap name&amp;#61;&amp;#34;UserMap.xml&amp;#34; &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;&amp;#47;Source&amp;#62;&lt;br /&gt;- &amp;#60;ProjectMap&amp;#62;&lt;br /&gt;  &amp;#60;Project Source&amp;#61;&amp;#34;&amp;#36;&amp;#47;Code_Samples&amp;#47;Soft.PetShop&amp;#34; Destination&amp;#61;&amp;#34;&amp;#36;&amp;#47;MENTFS&amp;#47;P1&amp;#34; &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;&amp;#47;ProjectMap&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;ConverterSpecificSetting&amp;#62;&lt;br /&gt;- &amp;#60;Settings&amp;#62;&lt;br /&gt;  &amp;#60;TeamFoundationServer name&amp;#61;&amp;#34;sfdev01&amp;#34; protocol&amp;#61;&amp;#34;http&amp;#34; port&amp;#61;&amp;#34;8080&amp;#34; &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;&amp;#47;Settings&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;SourceControlConverter&amp;#62;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;after analyze, when i migrate , the report of migration is &amp;#34;Migration completed. &amp;#123; 0 Errors &amp;#124; 5 Warnings &amp;#125; &amp;#34;&lt;br /&gt;but there is nothing in adress of &amp;#34;&amp;#36;&amp;#47;MENTFS&amp;#47;P1&amp;#34; &amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;adress local of &amp;#36;&amp;#47;MENTFS&amp;#47;P1 is defined E&amp;#58;&amp;#92;Projects&amp;#92;DVLPTFS&amp;#92;MENTFS&amp;#92;P1 in team project of Visual Studio, but when i refreshed there was nothing &amp;#33;&amp;#33;&lt;br /&gt; &lt;br /&gt;i searched in the file VSSConverter &amp;#38; i fined this ligne &amp;#58; &lt;br /&gt;BaseExceptionMessage&amp;#58; TF14064&amp;#58; Could not find label PINNED&amp;#64;&amp;#36;&amp;#47;MENTFS&amp;#47;P1.&lt;br /&gt; &lt;br /&gt;what can I do&amp;#63;&amp;#63;&lt;br /&gt; &lt;br /&gt;please help me&amp;#33;&lt;br /&gt;</description><author>Mona_7170</author><pubDate>Tue, 15 Apr 2008 14:48:40 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Migration VSS to TFS 20080415024840P</guid></item><item><title>CREATED ISSUE: DOS (8.3) short path issue in VSSConverter</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=15501</link><description>Getting below error in migration process and found that dos path is not supported in VSTS 2008&lt;br /&gt;TF60096&amp;#58; Unable to migrate due to Team Foundation Error&amp;#58; TF203013&amp;#58; The path &amp;#36;&amp;#47;Sandbox&amp;#47;VSSV650aM&amp;#47;PowerLAB&amp;#47;V645a&amp;#47;Libsrc&amp;#47;Graphics&amp;#47;GREENB&amp;#126;2.GIF is in the DOS &amp;#40;8.3&amp;#41; short path format and is not supported. Enter a full path to the item and try again.&lt;br /&gt;&lt;br /&gt;Can we have any way thru which we can convert short path to LONG path or can you please provide me information for EnvironmentVariables that used take VSS input path so I can update code.&lt;br /&gt;</description><author>KetanS</author><pubDate>Fri, 07 Mar 2008 13:44:35 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: DOS (8.3) short path issue in VSSConverter 20080307014435P</guid></item><item><title>CREATED ISSUE: any issues with TFS2008</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=15378</link><description>I&amp;#39;ve read there might be some issues using this with TFS2008. &amp;#40;see comment at bottom of this page&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;VssConverterGui&amp;#41; Is that true&amp;#63;&lt;br /&gt;</description><author>furmangg</author><pubDate>Thu, 28 Feb 2008 13:25:00 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: any issues with TFS2008 20080228012500P</guid></item><item><title>CREATED ISSUE: Unhandled exception if VssConverter not found</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=10080</link><description>After downloading the latest release and decompressing and then running, I get this unhandled exception:

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in VssConverterGui.exe

Additional information: Could not load file or assembly 'VSSConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. </description><author>BHofmann</author><pubDate>Fri, 04 May 2007 13:57:01 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unhandled exception if VssConverter not found 20070504015701P</guid></item></channel></rss>