DNVM sets the .dnx directory to C:\Users\myUsername\.dnx (in %USERPROFILE% ).
Unfortunately, my user profile is limited to an IT policy of 30 MB.
How to move this directory to another location, for example. C:\.dnx ?
I tried to create a symbolic link from C:\Users\myUsername\.dnx to C:\.dnx , but Visual Studio does not follow symbolic links when building the solution, so I get build errors such as:
Could not find a part of the path 'C:\Users\myUsername\.dnx\packages\System.IO\4.0.10-beta-22816\lib\contract\System.IO.dll'.
I am using Visual Studio Community 2015 RC with .NET 4.6 under Windows 7 Professional.
windows symlink dnx dnvm
Leif
source share