Hello,
I am using the version 6.0.5.0 of typemock in order to mock our unit tests.
I have a little problem when I try to launch the same team build at the same time for different agents. One of the build ends correctly but the other returns the following error:
'Unable to create collection settings, diagnostics and data collection may not take place. This can be caused by having more than one instance of Microsoft Test Manager being run at the same time, or by having two or more collectors set to collect information from IIS.'
I have the same problem if I have two instances of Visual Studio with the same solution open. If I try to launch the tests of the two instances at the same time I get the same error.
It seems that occurs for having linked typemock with Visual Studio 2010 profilers in order to pass the tests. If I link typemock I have to activate the Test Impact or InelliTrace options for the tests settings in order to pass the tests.
If I uncheck these options for passing the tests, the mocked tests fail. I have tried to launch two team builds for a solution which does not use typemock and works fine. I don´t have to check any option in order to pass the tests.
How can I solve this?
Regards.