Hi
Stack trace :
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
System.Threading.Mutex.MutexTryCodeHelper.MutexTryCode(Object userData)
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
System.Threading.Mutex..ctor(Boolean initiallyOwned, String name, Boolean& createdNew, MutexSecurity mutexSecurity)
System.Threading.Mutex..ctor(Boolean initiallyOwned, String name, Boolean& createdNew)
System.Threading.Mutex..ctor(Boolean initiallyOwned, String name)
b2.a(String A_0)
b2..ctor()
b2.b()
ao.c(TraceData A_0)
ao.d()
ao.b()
TypeMock.MockManager.Init(Boolean collectAllCalls)
TypeMock.MockManager.Init()
TypeMock.MockManager.a(String A_0, String A_1, Object A_2, Object A_3, Boolean A_4, Boolean A_5)
TypeMock.InternalMockManager.isMocked(Object that, String typeName, String methodName, Object methodParameters, Boolean isInjected, Boolean isIntercepted)
...StartFlow_MockTest() in C:Users......cs: line 0
Error: Test method ....StartFlow_MockTest threw exception:
System.UnauthorizedAccessException: Access to the path 'e37081e8-009f-4a43-854f-3c4223ce5181' is denied.
Version 6.0.4
Sample:
for any code , both project specific or not
StackTrace fm = Isolate.Fake.Instance<StackTrace>();
Isolate.WhenCalled(() => fm.FrameCount).WillReturn(10);