【发布时间】:2011-03-25 12:31:45
【问题描述】:
今天我在我的 ASP.NET MVC 3 应用程序(使用 Visual Studio 2010)中遇到了一些路由问题。
所以我想我安装了ASP.NET RouteDebugger 并解决了我的路线问题。
通过NuGet 获得包后,我的项目不再构建:
referenced assembly ' RouteDebug' does not have a strong name
我可以下载 RouteDebugger 的源代码并自己构建(并强烈签名)它,但这不是 NuGet 的目的不是'它;)
还有其他人遇到过这个问题并且可能已经解决了吗?
【问题讨论】:
标签: asp.net asp.net-mvc visual-studio-2010 asp.net-mvc-3 asp.net-mvc-routing