Welcome to MSDN Blogs Sign in | Join | Help

November 2005 - Posts

Thread.Abort() on a thread executing a Finally/Catch or .ctor block.

Issue: If a thread t is in some catch or finally or cctor block, calling t.Abort() from another thread does not have any effect on the thread. Here is the code to repro this. using System; using System.Threading; namespace ConsoleApplication2 { class
Posted by ankur | 4 Comments
Filed under:

Migration of partial history from VSS to TeamFoundation

I have an VSS repository i have been using for past 5 years but i do not care for history beyond 2 years. Moving to Teaamfoundation i would like to discard that history. How do i do that? Either you can use archieve feature in VSS to remove that history
Posted by ankur | 0 Comments
Filed under:

Incremantal migration with VSSConverter

Why incremental migration? Case 1: Migration takes a lot of time so I will migraqte a copy of my VSS repository and continue working on the original. after migration of copy I will migrate the delta between original and copy. Case 2: Migration was stopped
Posted by ankur | 0 Comments
Filed under:
 
Page view tracker