Visual Studio and KVM version mismatch

263 views Asked by At

Everything was working fine until I performed kvm upgrade on the console.

It seems that Visual Studio is working from

C:\Program Files (x86)\Microsoft Web Tools

and KVM is working from

c:\users\username\.k

It seems as though Visual Studio provided the K runtime without KVM. Because there is no KVM script in "Microsoft Web Tools" folder, but there is one in "username.k\bin".

So far I've tried setting the default alias, and using kvm in the visual studio console. Asp Forms has a thread, but no answers

Why the version difference between KVM and Visual Studio? How do I use a newer version of KRE with visual studio?

KVM Versions list in Visual Studio

enter image description here

1

There are 1 answers

0
Rich Turner On BEST ANSWER

This is a limitation of the VS 2015 CTP <= 5. If you install the latest VS 2015 CTP 6, you should see that VS and KVM look in the same place for KRE's:

enter image description here