2

When I run the unit tests, Visual Studio throws following exception

Exception of type 'System.Exception' was thrown.

Even it's not possible to run any of the tests, which means it's a setup issue with Visual Studio. Any workaround/solution for this?

enter image description here

sarat
  • 10,512
  • 7
  • 43
  • 74

1 Answers1

0

Check if your UnitTest project has an invalid reference to another project (e.g. a project which has been deleted, or project type has changed from "library" to "utility").