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
Some old tests started to throw this error out of no where on our build server (MSBuild)
Test method DLBR.DCF.HelperLibrary.Client.UnitTests.Logging.ActivityTracingMessageInspectorTest.ActivityTracingMessageInspectorConstructorTest threw exception: 
System.MissingFieldException: Field not found: 'TypeMock.MockManager.s'.

There is an identical question some years ago with the same symptoms http://forums.typemock.com/viewtopic.php?t=999
I've tried to uninstall, restart and reinstall, but it doen't help. Running 7.0.5 on both clients and server - only build servers fail.
asked by jnus (3.9k points)

4 Answers

0 votes
Removed comment - Still not resolved.
answered by jnus (3.9k points)
0 votes
Hi,
Not sure what your last post means :)
Did you solve the problem?
answered by ohad (35.4k points)
0 votes
Still a problem...
answered by jnus (3.9k points)
0 votes
Hi,

It seems like a version mismatch between Typemock.ArrangeActAssert.dll and Typemock.dll
Please check the gac (C:Windowsssembly) in the server. If it contains Typemock.dll you should remove it from the gac.
Your tests should reference Typemock.ArrangeActAssert.dll in the deployment directory.

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