<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">AkashMaheshwari's WebLog</title><subtitle type="html" /><id>http://blogs.msdn.com/akashmaheshwari/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/akashmaheshwari/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2005-01-24T12:56:00Z</updated><entry><title>Migration Planning from VSS to Team Foundation using VSS Converter</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2006/02/22/536654.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2006/02/22/536654.aspx</id><published>2006-02-22T09:24:00Z</published><updated>2006-02-22T09:24:00Z</updated><content type="html">&lt;P&gt;This section contains information about how to plan to migrate your Visual SourceSafe source control projects to Team Foundation source control. The migration process is time-consuming because you are migrating years of source control data. The converter provides migration options that can minimize the time to migrate by either reducing the migration time or enabling your teams to work on source control during the migration. Evaluate which of the following migration options will work best for your team:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;B&gt;Project-by-Project migration&lt;/B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Use this option to migrate the sources of one team or project at a time; typically one folder in Visual SourceSafe . This option makes sure that other teams are not blocked during migration; however, if two teams have dependencies between their sources, you should migrate the sources of both teams, that is project folders, together. The two folders may have some dependencies that could cause data loss if only some of the folders are migrated. The analysis phase helps identify the dependencies between folders.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;B&gt;Incremental Migration&lt;/B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Use this option to migrate your Visual SourceSafe database in phases. Migrating a Visual SourceSafe database in phases ensures that users can continue to use Visual SourceSafe while migration is in progress. For more information, see &lt;SPAN class=linkTerms&gt;&lt;A href="/akashmaheshwari/archive/2005/11/30/498312.aspx"&gt;How to: Incrementally Migrate to Team Foundation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;&lt;B&gt;Use Archive feature of VSS to migrate partial history&lt;/B&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Use this option if you are not interested in migrating old history. By using this feature you remove the version history of file and folder before a specific date. For more information, see &lt;SPAN class=linkTerms&gt;&lt;A HREF="/akashmaheshwari/articles/536675.aspx"&gt;How to: Migrate a Partial History Using Archives in Visual SourceSafe&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In the second phase, you do analysis of the Visual SourceSafe database under migration and in phase two, you do the actual migration of the Visual SourceSafe database to Team Foundation source control. The analysis phase generates a report that gives you information about potential data loss during migration. You can prevent some of the potential data loss by taking some pre migration steps; however, some data loss cannot be prevented because some Visual SourceSafe data cannot be mapped to Team Foundation source control. After migration, you receive a report that gives you information about status and any data loss during migration. Post migration, you may have to do some steps to make sure that you can use the migrated sources &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=536654" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>Enough disk space on Client and Data Tier</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/12/06/500418.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/12/06/500418.aspx</id><published>2005-12-06T10:57:00Z</published><updated>2005-12-06T10:57:00Z</updated><content type="html">&lt;P&gt;We have found that VSS Converter crash if the machine on which you are running converter ran out of disk space. VSS Converter requires disk space for storing intermediate data in SQL Express, some disk space for storing the log file and last but not least for downloading the files from VSS before uploading it Team Foundation(Converter use a folder in System drive for it). Hence it is advisable that you ensure that you have 5+GB of spare space on the&amp;nbsp;system drive of machine of which you are running VSS Converter. Here I am assuming you have installed SQLExpress and running VSS Converter from a folder in system drive.&lt;/P&gt;
&lt;P&gt;Incase you are using December CTP release you may start migration using incrementatl migration feature otherwise you have to restart migration from scratch.&lt;/P&gt;
&lt;P&gt;I also suggest that you ensure that you have good enough diskspace on DT before you start migration.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=500418" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>Post migration tip from a seasoned player</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498351.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498351.aspx</id><published>2005-11-30T17:07:00Z</published><updated>2005-11-30T17:07:00Z</updated><content type="html">&lt;P&gt;After migrating source control successfully, you should verify that the sources have been migrated to Team Foundation source control. After a successful migration, you should see whether there are differences between the latest versions of files and folders in Visual SourceSafe to the latest versions of the migrated sources in Team Foundation source control using any file comparison utility such as the WinDiff tool. If you find differences between the files, folders or their versions, you should migrate the latest version manually. This mean you have to add some files manually which are not present in Team Foundation and delete the ones which are not present in VSS. Some of these problems are due to VSS corruption issues, some are due to&amp;nbsp; scenarios which cannot be taken care off by converter and Team Foundation issues.&lt;/P&gt;
&lt;DIV class=alert&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH align=left&gt;&lt;IMG class=note alt=Note src="mk:@MSITStore:\\akash\Burton\Conversion%20Tools%20Hatteras\Documents\TFSAdmin.chm::/local/note.gif"&gt;&lt;/IMG&gt;Note &lt;/TH&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;You always find some extra files on the Visual SourceSafe side with the extension *.*scc. These files are temporary files generated by Visual SourceSafe in your local folder when you use a get command for the latest in Visual SourceSafe . The extra files are not source files.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=498351" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>Approx migration time of a VSS Database</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498350.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498350.aspx</id><published>2005-11-30T17:06:00Z</published><updated>2005-11-30T17:06:00Z</updated><content type="html">&lt;P&gt;We have generally noticed that VSS converter takes&amp;nbsp;approx. 0.123+ sec per action. Hence you can roughly estimate the migration time after analysis phase. You will get the number of actions&amp;nbsp;analyzed in the analysis report. &lt;/P&gt;
&lt;P&gt;Please note that&amp;nbsp;migration time depends number of actions, the machine configuration, network settings. Hence you may see different migration&amp;nbsp;time per action in your set up.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=498350" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>Casing is not preserved in Beta3 during migration by VSS Converter</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498349.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498349.aspx</id><published>2005-11-30T17:06:00Z</published><updated>2005-11-30T17:06:00Z</updated><content type="html">&lt;P&gt;Due to a bug in VSS Converter code the casing of the file and folder name is not preserved during migration. We have fixed the problem in current branch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not possible for us to provide the fix of above issue&amp;nbsp;on top of Beta3 bits. The issue is fixed in&amp;nbsp;December CTP bits.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=498349" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>Migration in phases using VSS Converter</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498312.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/11/30/498312.aspx</id><published>2005-11-30T15:38:00Z</published><updated>2005-11-30T15:38:00Z</updated><content type="html">&lt;P&gt;We have added a interesting feature post Beta3 to VSS Converter. &lt;/P&gt;
&lt;P&gt;This topic describes how to do an incremental migration if you want to migrate your Visual SourceSafe database in phases or if your migration was interrupted and you want to resume migration from where it stopped. Migrating a Visual SourceSafe database in phases ensures that users can continue to use Visual SourceSafe while migration is in progress. During incremental migration, the converter will only migrate the delta of changes that were not migrated previously. Check &lt;a href="http://blogs.msdn.com/ankur/archive/2005/11/26/497126.aspx"&gt;Ankur's blog&lt;/A&gt; for more tech information about incremental migration.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Limitations on Incremental Migration&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Be aware of the following limitations that apply when you start incremental migration and continue until all phases of incremental migration are finished.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;You must not change the existing mapping of Visual SourceSafe folders to Team Foundation source control folders. Also you must not add or remove mappings.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Do not perform destroy, purge, archive, or restore activities on the Visual SourceSafe database.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Do not use the migrated Team Foundation source control folders.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;H3 class=procedureSubHeading&gt;To migrate in phases&lt;/H3&gt;
&lt;DIV class=subSection&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Ask users to stop using the Visual SourceSafe database.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Copy the Visual SourceSafe database to a different computer that is dedicated to performing the migration.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Inform Visual SourceSafe users that they can continue to use the Visual SourceSafe database.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Start normal migration on the copied Visual SourceSafe database on the migration computer.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Wait for migration to finish.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;When migration is completed, stop users from using the Visual SourceSafe database. Copy the Visual SourceSafe database to the migration computer.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Make a backup copy of the report file generated by the previous migration so that you have it for future reference.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Restart migration on the copied Visual SourceSafe database. The VSS converter will automatically determine that this is an incremental migration and start migrating changes that occurred after the first migration.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;On the &lt;B&gt;Start&lt;/B&gt; menu, click &lt;B&gt;All Programs&lt;/B&gt;, and then select &lt;B&gt;Microsoft Visual Studio 2005&lt;/B&gt;, &lt;B&gt;Visual Studio Tools&lt;/B&gt;, &lt;B&gt;Visual Studio 2005 Command Prompt&lt;/B&gt;.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;At the command prompt, type the following command, using the same settings file that you used during the previous migration:&lt;/P&gt;
&lt;P&gt;&lt;B&gt;VSSConverter Migrate settings.xml&lt;/B&gt;&lt;/P&gt;
&lt;DIV class=alert&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH align=left&gt;&lt;IMG class=note alt=Note src="mk:@MSITStore:\\akash\Burton\Conversion%20Tools%20Hatteras\Documents\TFSAdmin.chm::/local/note.gif"&gt;&lt;/IMG&gt;Tip &lt;/TH&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Use the &lt;B&gt;/?&lt;/B&gt; switch to view the available command-line options.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;P&gt;The converter automatically detects that this is an incremental migration, and it prompts you to confirm you want to do an incremental migration. Type &lt;B&gt;Y&lt;/B&gt; to confirm that you want to do an incremental migration.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;The converter tool displays the migration status. When the conversion process finishes, the tool saves a post-migration report in the current directory. You can use Microsoft Internet Explorer to view the file for details.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;When you are prompted, provide the password for the Visual SourceSafe admin user.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;LI&gt;
&lt;P&gt;When you have completed all incremental phases in migrating the Visual SourceSafe database, you can switch users over to the migrated source on Team Foundation source control.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;
&lt;H3 class=procedureSubHeading&gt;To restart migration after migration is interrupted&lt;/H3&gt;
&lt;DIV class=subSection&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Resolve the problem that caused the migration to be interrupted.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Make a backup copy of the report file generated by the previous migration so that you have it for future reference.&lt;/P&gt;
&lt;LI&gt;
&lt;P&gt;Follow step 8 in the previous procedure, "To migrate in phases."&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=498312" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>VSS Converter Post Beta3</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/09/27/474304.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/09/27/474304.aspx</id><published>2005-09-27T11:42:00Z</published><updated>2005-09-27T11:42:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Here is the quick introduction of who I am and what I do for living. I am Program Manager in Team Foundation Team and I am owner of migration tool that will migrate your sources from VSS to Team Foundation. I write specs in addition to fight with my developers and QA. So if I am missing from my cubicle with no traces, you know who are at blame&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;I was planning to get back on blogging since I posted my last blog at the time of Beta2. Now Beta3 provided an excellent opportunity to jump on Team Foundation blogging wagon. First choice of blogging is no-brainer “VSS Converter”. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Here is a writeup on how you must plan and execute you migration &lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A title="Edit:Planning for Migration from VSS to Team Foundation" HREF="/akashmaheshwari/articles/474256.aspx"&gt;Planning for Migration from VSS to Team Foundation&lt;/A&gt;&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Check out following articles by my other team members that will help you in migration process and understanding about VSS Converter.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;a href="http://blogs.msdn.com/ankur/archive/2005/09/14/466493.aspx"&gt;Ankur&lt;/A&gt; has discussed some interesting facts about VSS converter design.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Check out &lt;a href="http://blogs.msdn.com/nagendra/archive/2005/09/30/475633.aspx"&gt;Nagendra's blog &lt;/A&gt;for post migration steps.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Check a &lt;a href="http://blogs.msdn.com/akashmaheshwari/articles/category/9741.aspx"&gt;separate section of my blog&lt;/A&gt; for other VSS Converter related discussion.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Stay tuned to read more about VSS Converter. Post your questions on VSS Converter&amp;nbsp; on &lt;A onclick=javascript:trackInfo(this); href="http://forums.microsoft.com/msdn/showforum.aspx?forumid=20" LinkID="WP_Forums_9AAF064D-26BB-4EF8-A290-B709240510C7" LinkArea="Forums"&gt;Visual Studio Team System General &lt;/A&gt;&amp;nbsp;or &lt;A onclick=javascript:trackInfo(this); href="http://forums.microsoft.com/msdn/showforum.aspx?forumid=22" LinkID="WP_Forums_78701646-5753-4742-8743-F9542BE384BE" LinkArea="Forums"&gt;Visual Studio Team Foundation&lt;/A&gt;&amp;nbsp;Forums&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;or contact me at akashm at microsoft.com. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;Thanks,&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;-Akash&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=474304" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry><entry><title>Clearcase users interested in VSTS</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/akashmaheshwari/archive/2005/01/24/359612.aspx" /><id>http://blogs.msdn.com/akashmaheshwari/archive/2005/01/24/359612.aspx</id><published>2005-01-24T20:56:00Z</published><updated>2005-01-24T20:56:00Z</updated><content type="html">&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Hi,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;We are internally debating&amp;nbsp;about migration solution for Clearcase to Team Foundation Version Control. I want to discuss with Clearcase users, interested in VSTS, about the migration solutions and your expectations. Incase you are interested in helping us in this effort do let me know I will get in touch with you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;-Akash&lt;/span&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=359612" width="1" height="1"&gt;</content><author><name>AkashMaheshwari</name><uri>http://blogs.msdn.com/members/AkashMaheshwari.aspx</uri></author></entry></feed>