【发布时间】:2015-04-23 20:49:41
【问题描述】:
我已经从 https://github.com/aspnet/DependencyInjection 下载了带有 Visual Studio 2015 最新 CTP 的代码。尝试打开解决方案时出现此错误:
DependencyInjection\src\Microsoft.Framework.DependencyInjection.Interfaces\Microsoft.Framework.DependencyInjection.Interfaces.xproj:错误:值不能为空。
参数名称:projectMoniker
我用谷歌搜索了这个,但我还没有找到任何解决方案。
我也尝试在命令行中编译代码,但出现不同的错误:
添加 C:\Users\user.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta5-11596\bin 以处理 PATH 警告:给定的键不在字典中。 详细:堆栈跟踪:
在 System.Collections.Generic.Dictionary`2.get_Item(TKey key)
在 Sake.Engine.Builder.BuilderBase`1.CallTarget(String name)
还有其他人解决这个问题吗?
【问题讨论】:
-
你确实看到了:ci.appveyor.com/project/aspnetci/DependencyInjection/branch/dev build failed
-
你也看到了:github.com/aspnet/Home/issues/377ggrnd0 26 天前发表评论
标签: c# dependency-injection visual-studio-2015