The type or namespace name “ “ does not exist in the namespace “” (are you missing an assembly reference?) Error in Microsoft Fakes Unit Test Project.


Hi,

Was getting the below error while building in the Unit Test Project

The Unit Test project was showing the following assemblies as missing

Tried generating the fakes for them but still the issue didn’t resolve.

Then finally copied the missing assemblies from another development machine to my dev machine’s FakeAssemblies folder.

This fixed the issue.

Hope it helps..