windows 10 desktop - Opening visual studio solution from a linux drive -


i upgraded win7 win10 , noticed following change, don't explain now.

i used checkout source code on in mounted linux drive (\myremote\myaccount\ x:)

before able open visual studio 2008 solution (.sln file) , build since upgrade win10, devenv fails when double click on sln, saying that:

the following files specified on command line:     x:\blahblah\myproject\myproject.sln these files not found , not loaded 

but can open , save sln file using text editor. note devenv run administrator.

any idea ?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -