单元测试与系统.Web.路由

发布于 2024-11-14 06:41:23 字数 338 浏览 7 评论 0原文

我有一个测试项目,正在尝试引用 System.Web.Routing。我已经添加了对该项目的引用,但出现错误:

The type 'System.Web.Routing.RouteValueDictionary' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

我确信这有一个逻辑原因,但我不知道那是什么。

I have a test project and am trying to reference System.Web.Routing. I've added the reference to the project but I am getting the error:

The type 'System.Web.Routing.RouteValueDictionary' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

I'm sure there is a logical reason for this but I do not know what that is.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

始终不够爱げ你 2024-11-21 06:41:23

您也需要添加此引用

您也需要添加此引用

You need to add this reference too

You need to add this reference too

两人的回忆 2024-11-21 06:41:23

需要对 System.Web 的引用。我以为我已经引用了......哎呀!

Needed a reference to System.Web. Thought I had that already referenced...oops!

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