Hello. I have got the same error on my client machine:
The type initializer for 'TypeMock.ArrangeActAssert.Isolate' threw an exception.
Last InnerException:
{System.IO.FileLoadException} - Could not load file or assembly 'TypeMock, Version=6.2.2.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2' or one of its dependencies. Access is denied.":"TypeMock, Version=6.2.2.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2
StackTrace: at g4..cctor()
My code: var fake = Isolate.Fake.Instance<IDataEntities>();
How I can resolve this problem?
Thanks.