Why Typemock Isolator does not work on TFS 2012 Build and what you can do about it
Update 4/Aug/2012: See post on my implementation of a 2012 version of this activity If you are using Typemock Isolator in your unit testing then you be wanting to include then in your automated build process. Unlike other mocking frameworks you have to do a bit of work to achieve this with Isolator, this is because to enable its advanced features of mocking items like sealed private classes you have to start the interceptor that does the magic prior to running the tests and the switch it off afterwards....