This question describes the problem I'm having, but I'm not aware of any dependencies that Moq might have. Has anyone experienced this, or is anyone aware of Moq dependencies? Thanks!
Asked
Active
Viewed 95 times
1 Answers
4
This can happen if you're targeting the .Net Client Profile and not the full framework.
In Visual Studio, right click on your project and choose properties. Make sure your target framework is .NET 4 Framework
and not .NET 4 Framework Client Profile
.
It should look like this:

brendan
- 29,308
- 20
- 68
- 109