Closed jimon closed 9 years ago
If filter is pointing to location outside of solution location (1 or more folders up), then current generator puts ..\..\something path, which is invalid. Instead we should put absolute path in this case like C:\something\something.
..\..\something
C:\something\something
Only happens with double up ..\..\something, doesn't happen with just one up ..\something
..\something
If filter is pointing to location outside of solution location (1 or more folders up), then current generator puts
..\..\something
path, which is invalid. Instead we should put absolute path in this case likeC:\something\something
.