trying create new solution vs 2015rc on windows 10 i'm facing error:
collection type must derive icollection<t>
these steps helped me solve problem:
close visual studio;
launch visual studio developer command prompt administrator;
run "devenv.exe /setup" command;
wait execution ending;
restart vs.
Comments
Post a Comment