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!
This question describes the problem I’m having, but I’m not aware of any dependencies
Share
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 Frameworkand not.NET 4 Framework Client Profile.It should look like this: