Microsoft 数据访问应用程序块中的起订量
我刚刚将最新版本的源代码下载到 Microsoft Enterprise Library。当我尝试在 Visual Studio 2010 中构建解决方案时,出现以下错误:
类型或命名空间名称“Moq”可以 找不到(您是否缺少使用 指令还是程序集引用?)
什么是起订量以及在哪里可以找到程序集
I just downloaded the latest release of the source code to the Microsoft Enterprise Library. When I tried to build the solution in Visual Studio 2010, I get the following error:
The type or namespace name 'Moq' could
not be found (are you missing a using
directive or an assembly reference?)
What is Moq and where can I find the assemblies
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://code.google.com/p/moq/
程序集是此处。 您可能需要 3.1 二进制文件。
http://code.google.com/p/moq/
The assemblies are here. You probably want the 3.1 binaries.
除了从 http://code.google.com/p/moq/ 下载 DLL 文件之外,您还可以需要将它们添加到 VS 中应用程序的 bin 引用中。在 VS 中,右键单击“引用”并选择“添加引用”。
Beside downloading DLL files from http://code.google.com/p/moq/ you need to add them in the bin reference of your application in VS.In VS ,right click on References and choose Add Reference.