hi,
i have a nant script that cycles through all my projects twice.
on the first pass (debug) one of the last projects is my unit test project.
i start typemock before the run and then stop it once this project is done running.
the script goes on to do the release build - the problem is that my projects are now being built against .NET 2.0 and not 3.5 making a bunch of them fail :cry:
i use <typemockstart/> to start typemock and <typemockstop /> to stop it.
is there any way to ensure isolator is 'fully' unloaded ?