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
This happens even before the code hits my breakpoint which is on the first line of executable code in the test:

Detailed message:

Cannot resolve dependency to assembly 'Typemock.ArrangeActAssert, Version=8.8.5.0, Culture=neutral, PublicKeyToken=3dae460033b8d8e2' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
asked by airichman (600 points)

1 Answer

0 votes

Hi airichman,

Does the tests run smoothly when you just run them (not debugging)?

Can you please try to run the examples provided with the product (usually located at: C:Userspc_nameDocumentsIsolator++ Examples ) and let us know if everything works when running & debugging?

Last, it'd be helpful if you could send us the logs to support@typemock.com .

To enable the logs, you can go to in Typemock->Options->Logs in Visual Studio menu.

answered by CoralTypemock (940 points)
...