NUnit 不会加载我的单元测试 .dll 文件
我正在关注 Pro ASP.Net MVC2 这本书,但我无法超越这一点。 什么会导致这个错误?
当我的 .dll 位于我的计算机上时,为什么会显示“从网络位置加载程序集”?
I'm following the book Pro ASP.Net MVC2 and I can't move past this point.
What would cause this error?
Why does it say 'load an assembly from a network location' when my .dll is on my machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是因为您是从桌面运行它。通常,路径 C:\Users\ (USERNAME) 具有特殊的 ACL 要求来执行。尝试将其移动到 C: 驱动器的某个位置,然后重试。
It may be because you are running it from your Desktop. Typically that path C:\Users\ (USERNAME) has special ACL requrements to execute from. Try moving it to the C: drive somewhere and trying again.