消失又重新出现的最小起订量参考
这个问题描述了我遇到的问题,但我不知道 Moq 可能存在任何依赖关系有。有没有人经历过这种情况,或者有人知道 Moq 依赖性吗?谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的目标是 .Net Client Profile 而不是完整的框架,则可能会发生这种情况。
在 Visual Studio 中,右键单击您的项目并选择属性。确保您的目标框架是
.NET 4 Framework
而不是.NET 4 Framework Client Profile
。它应该看起来像这样:
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: