我刚刚在 vs2010 中通过 nuget 包管理器安装了 rhinomocks。
我试图导入 rhino.mocks
Imports Rhino.Mocks
但它一直在说
"Namespace or type specificed in the Imports 'Rhino.Mocks' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined contains at least one public member. Make sure the imported element name doesn't use any aliases."
有谁知道出了什么问题?
我检查了我的项目下的参考资料,我确实看到了 Rhino.Mocks 作为其中的一部分。