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
We have recently installed typemock and are having touble getting our build server (TFS 2010) and client unit testing working. The isolator .net clients used by developers are version 6.1.2 but the server and its binaries are 6.1.1. Is there a 6.1.2 version of Isolator .net Server?
asked by jsparks (720 points)

12 Answers

0 votes
Hi,

Can you tell what errors are you encountering when trying to run your tests?

In the meanwhile, I'll look into packaging and sending you a 6.1.2 server version.
answered by doron (17.2k points)
0 votes
MStest crashes when running the typemock wrapped custom build activity.



Application: mstest.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
at TypeMock.ArrangeActAssert.IsolatedAttribute.Finalize()
answered by jsparks (720 points)
0 votes
Is the 6.1.2 server installation going to be available soon? Is the 6.1.1 developer edition still available. i really need a solution that works for the Automated TFS builds and developers. The current situation is only working for one or the other.

We are a new customer, how do we escalate this issue with your organizations support group?
answered by jsparks (720 points)
0 votes
6.1.2 developer and 6.1.1 server are compatible with each other. The exception you are getting is caused by some other reason.

Lets take thie offline. I'll email you from our support email to solve this.
answered by yoel (1.9k points)
0 votes
Our testing seems to indicate otherwise but I will arrange a time to discuss this. When our typemock projects reference the 6.1.1 dlls, They cause the developer visual studio environments to crash when building and executing typemock projects, all of these test execute on the build server successfully however. When we change the references to the 6.1.2 dlls the developer build tests work and the TFS build testing fails as described previously.
answered by jsparks (720 points)
0 votes
Hi...i've encountered this same problem...can anyone help me solve this? thanks
answered by Byock (180 points)
0 votes
Hi Byock,

Which typemock version are you using? How are you referencing the typemock dlls from your test projects?
answered by yoel (1.9k points)
0 votes
Thanks Yoel for your reply...

I have updated it to version 6.1.2 and then it worked. Problem is solved
answered by Byock (180 points)
0 votes
Hi,

We just upgraded from the Typemock 6.0.4 to Typemock Build Server 7.0.5.0, and we have the same problem as above. When running tests, MsTest crashs with this message in the eventviewer :

Application: MSTest.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
at TypeMock.ArrangeActAssert.IsolatedAttribute.Finalize()


Is there a solution for this problem ?
answered by cdsmklotz (640 points)
0 votes
Hi,

My guess is that you still have an older version of Typemock.dll in the gac (C:Windowssembly)
Please make sure that the gac contains only Typemock.Interceptors.dll
Typemock.dll and Configuration.dll should not be in the gac!

Please let me know if it helps.
answered by ohad (35.4k points)
...