Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug Debugging does not work on path that contains spaces
0 replies. Latest Post by Odegaard on May 18, 2007.
(0)
Odegaard
Member
35 points
48 Posts
05-18-2007 11:03 PM |
If I use the default project path for my silverlight project in Orcas, and hit run, I get an error telling me it can't find the project. After that the application and IE hangs for about 1 minute.
The default path on Vista is: C:\Users\[username]\Documents\Visual Studio Codename Orcas\Projects\myProject
The spaces in 'Visual Studio Codename Orcas' seems to be the cause of the problem. Moving the project to a folder without spaces makes it works just fine (the problem is that VS replaces spaces with '%20', which would only work if it were running via HTTP, but in this case it uses direct file access)