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
Hi, I recently started getting the error below using 3.5.2. I'm using VS to run my tests within the IDE and I've tried a number of things - cleaning and re-building, rebooting, upgrading to 3.6.1 but am still getting the error.

Warning: Test Run deployment issue: The assembly or module 'System.Data' directly or indirectly referenced by test assembly 'r:ldn_eq_cmad_udpwindowsdbaccessv2 est.dbaccess.core.gridwizardtwoindebug est.dbaccess.core.gridwizardtwo.dll' was not found.
Test host process exited unexpectedly.

Any suggestions?

Thanks,
Matt
asked by Matthew Corbishley (640 points)

2 Answers

0 votes
Hi,
Welcome to the forum.
This is a very strange problem

Could you open the Test Project in the Solution Explorer, click on References
and see if there are any warning icons.
answered by scott (32k points)
0 votes
Hi Scott,

Turned out not to be a referencing problem at all. The error message wasn't very descriptive of the underlying problem. Turned out to be a piece of recursive code in one of my threads causing a stack overflow.

Thanks,
Matt
answered by Matthew Corbishley (640 points)
...