Open brooklynDev opened 9 years ago
This is almost certainly due to mismatching K runtime and package versions. If you have upgraded the built-in K runtime through kvm upgrade
e.g. to beta2, you'll need to ensure you're using beta2 versions of packages like Mvc, SignalR etc too.
Just like in this issue: https://github.com/akoeplinger/vagrant-mono-aspnetvnext/issues?q=is%3Aissue+is%3Aclosed when I try to run
k web
I get this exception:I've tried
kvm upgrade
, I've tried updating mono, but still no luck. Any ideas?