Tagged Questions

4
votes
3answers
3k views

Debugging assembly load issue

I have a very wierd problem happening to me during unit testing (MSTest in Visual Studio - .NET 3.5 SP1): I click "Run All Tests in solution" All tests passes, except for one particular class, where ...