Installing KVM Broke Current asp.net vnext Web Project

后端 未结 3 1364
囚心锁ツ
囚心锁ツ 2020-12-20 00:41

I installed the KVM using command line and my web project in VS2015 preview broke not compiling, but if add a new web project all works fine, how do uninstall the KVM so I c

3条回答
  •  温柔的废话
    2020-12-20 01:12

    I have similar issue and I solved it by following steps.

    1. In NUget Package Manager I selected only one nuget.org ( Disable myget.org by unselecting it)

    2. I goto C:\Users\<>.kre\alias directory. Here you will find default.txt and I replace default.txt value with KRE-CLR-x86.1.0.0-beta1 ( If you downloaded latest version of Kre then this file change and it create problem for VS 2015 Preview)

    3. After this close your solution and open it again. If possible then open as Administrator.

    I hope this works for you as well.

提交回复
热议问题