Description
Hi,
I've just installed dnvm on my mac using homebrew and when I try to run the HelloMvc sample using "dnu . kestrel", I receive the following error when I try to load http://localhost:5004.
An unhandled exception occurred while processing the request.
TypeLoadException: Could not load type 'Microsoft.Framework.Runtime.Compilation.ILibraryExport' from assembly 'Microsoft.Framework.Runtime.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
System.Lazy1[System.Collections.Generic.List
1[Microsoft.CodeAnalysis.MetadataReference]].CreateValue () [0x00000] in , line 0
Note that I was running the samples with vnext instead of dnx before. I don't know if my attempt to replace the k* things with the new stuff broke something, but the other samples run fine.
Thanks for the help!