NUnit 不会加载我的单元测试 .dll 文件

发布于 2024-09-13 11:02:17 字数 169 浏览 1 评论 0原文

alt text

我正在关注 Pro ASP.Net MVC2 这本书,但我无法超越这一点。 什么会导致这个错误?

当我的 .dll 位于我的计算机上时,为什么会显示“从网络位置加载程序集”?

alt text

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如梦初醒的夏天 2024-09-20 11:02:17

这可能是因为您是从桌面运行它。通常,路径 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文