I trying to run asp.net vnext demo apps from here https://github.com/aspnet/Home, ConsoleApp working fine, but HelloWeb throws System.IO.FileNotFoundException exception when I trying to launch kestrel.
I have following environment:
- OS Debian
- Mono version 3.12.0
- Vnext runtime version - 1.0.0-beta4-11169
I think problem in version mismatch. I have runtime version beta4 and project.json file, that refers on beta3 assemblies.
So, I need to install runtime version beta3. In general I understand that first of all I must install runtime beta 3 version with kvm install command, and then switch to beta 3 with kvm use command.
But this is in general, can you give more detailed description of how to install new version runtime with examples of correct commands?
FileNotFoundException, it might be a good idea to post the message saying what file it was that couldn't be found. - mason