Getting following error when running Cover on test cases in my solution=>
Telerik.JustMock.Core.ElevatedMockingException: Cannot mock 'MyClassName'. The profiler must be enabled to mock, arrange or execute the specified target.
Detected active third-party profilers:
(from process environment)
Disable the profilers or link them from the JustMock configuration utility. Restart the test runner and, if necessary, Visual Studio after linking.
However the Run just executes fine and all test cases pass.
I tried following steps mentioned at following link but it didn't solve my problem.
Getting following error when running Cover on test cases in my solution=> Telerik.JustMock.Core.ElevatedMockingException: Cannot mock 'MyClassName'. The profiler must be enabled to mock, arrange or execute the specified target. Detected active third-party profilers:
However the Run just executes fine and all test cases pass. I tried following steps mentioned at following link but it didn't solve my problem.
https://github.com/axodox/AxoCover/issues/172#issuecomment-406562661 Please any input on how to resolve will be really helpful. thanks in advance.