Hi,
just installed a fresh copy and when i try to write a simple test using Ivonna.
I'm getting a "Typemock Not Installed" exception.
I just installed a fresh copy of Isolator and the registry seems to be in order.
(I'm using a win 7 64 bit machine)
Hi Lior,
Can you please do the following:
- Add a reference to Typemock.Integration
- Put the following code in your test (the same test class that gives you an error, in a separate test method):
Assert.IsTrue(TypeMock.Integration.Service.IsInstalled)
If the test fails, try removing the RunOnWeb attribute from the test class and try again. Typically, Service.IsInstalled should return true, but sometimes it returns false due to some obscure errors (I got it once when I had some invalid xml in my web.config). Perhaps running your tests in debug mode and looking at IntelliTrace could help you with identifying the problem.
If you still can't run your tests, please send me your code so that I could reproduce it.
ulu