Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

breaks with user folder that contains a space #510

Closed
markentingh opened this issue Feb 4, 2016 · 5 comments
Closed

breaks with user folder that contains a space #510

markentingh opened this issue Feb 4, 2016 · 5 comments

Comments

@markentingh
Copy link

If I try using my first & last name as a Windows User account name, then the c:\users\ folder contains a space, thus making DNVM break when trying to run a web app in Visual Studio.

Specifically, when trying to load the Microsoft.Data.SqlClient reference while running DNX from Visual Studio, it breaks. If I try running dnx web from command line, it works, but not in Visual Studio. I found out that this is caused because of the space in the user folder.

@muratg
Copy link

muratg commented Feb 4, 2016

@markentingh What version of DNVM? This should have been fixed. Does your dnvm.cmd contain the change in https://github.com/aspnet/dnvm/pull/224/files?

@markentingh
Copy link
Author

I downloaded the latest version of Visual Studio 2015 Express yesterday right after formatting & installing Windows 7 Professional on my laptop. I was using 1.0.0-rc1-final x64 CoreCLR

@BrennanConroy
Copy link
Member

You probably need to update the dnvm.cmd with this change c8894c5

@markentingh
Copy link
Author

thank you for your help, guys! (I reinstalled Windows again with a different user name already & all is well)

@muratg
Copy link

muratg commented Feb 4, 2016

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants