Garbage collection in .NET is delayed - so it may hold resources longer than you might expect or differently in NT7 because of the differences in .NET 3.5 and .4.5
Here isa video of it in progress - the garbage collection is delayed. I could put a profiler on it to show you where it releases my objects but I am not sure there is any issue.

Comment