chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Running Isolator 5.0 in VS2008 with NUnit running tests with TestDriven.Net.

Using the same project and tools set up on a Windows XP box and everything runs fine. Running this under Windows 7 and I get the error in the title post.

On the XP box in the configuration, there is NO link between Isolator and any coverage tool. (We use NCover but again, the link is not there on XP and it works fine) When I try to make the link on the Windows 7 box, Typemock blows up and then I have to uninstall and reinstall before I can run the config tool again.

Any suggestions? I searched the forums and the site for Windows 7 issues but the search results left me a little empty... :)

Thanks,

Matt
asked by MSwaffer (720 points)

5 Answers

0 votes
Hi Matt,

Can you try reinstall Isolator, don't link it with NCover and execute it using TestDriven.Net?

Does it still happen? By the way, is the Win7 is x86 or x64?

Regards,
Elisha
Typemock Support
answered by Elisha (12k points)
0 votes
Hey Elisha,

Windows 7 x86. It's an upgrade from Vista if that helps any. Everything was working fine on the Vista box. I had UAC turned off on Vista but haven't done that yet on 7. I did set both Isolator and VS2008 to run as administrator to see if that would help any.. no luck.

I have uninstalled and reinstalled Isolator, NCover and TestDriven trying to fix this and no luck on any of it.

For what it's worth I normally don't have NCover installed on my laptop (which is the machine I am having issues with) and I have never had this problem before. I don't need to run coverage so I would prefer not even having NCover on here.

Thanks for any help you can give me!

Matt
answered by MSwaffer (720 points)
0 votes
Hi Matt,

Can you please try writing a simple MSTest that uses Isolator and execute it using Visual-Studio runner? I want to know if it's an integration issue with TestDriven.NET.

Regards,
Elisha
Typemock Support
answered by Elisha (12k points)
0 votes
Elisha,

I haven't forgotten about this... just ran into a whole different issue with a different framework this week. :) I will be working on this in the next day or so and get back to you....

Thanks,

Matt
answered by MSwaffer (720 points)
0 votes
Elisha,

So I can run tests with VS tests / runner. So next step was to try running with NUnit via TMockRunner.exe and it works as expected.

Looks like your intuition was right and it's a TestDriven.NET integration issue.

I will start tracking down things in that direction...

thanks!

Matt
answered by MSwaffer (720 points)
...