- 軟件版本
- OS:的MacX版本:10.10.2
- 噓:3.2.57
- K版管理器 - 建立10319
通過Brew安裝KVM。使用GitHub文檔。 HereASP.NET vNext - KVM無法加載文件
克隆樣本。使用樣品HelloMVC 'kvm restore'
跑沒有錯誤
'k web'
我收到:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Framework.ConfigurationModel.IConfiguration, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'Microsoft.Framework.ConfigurationModel.IConfiguration, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
在哪裏或如何處理這個任何想法?
編輯
的修復沒有工作。我刪除我的目錄,從GitHub再克隆通過從下面的修復步驟走去,是的,它現在的工作我跑
ķ紅隼
Microsoft.Framework.Runtime.Roslyn.RoslynCompilationException: /Users/dsmith/Projects/Home/samples/HelloMVC/Startup.cs(11,17): error CS1061: 'IApplicationBuilder' does not contain a definition for 'UseErrorPage' and no extension method 'UseErrorPage' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?)
這是一個C#編譯錯誤,那意味着程序集被發現並試圖編譯,所以我正在取得進展我會看到在下面提供的Github問題中引用的這個錯誤。如果我得到更遠,我會發布我找到的感謝!
這似乎是一個相當現在的問題https://github.com/aspnet/Home/issues/310我有相同的問題,我會更新,如果我得到任何東西 – Hammerstein 2015-02-07 05:38:14