CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Resolved
mmanela wrote Mar 7 at 3:53 PM
MattRetallack wrote May 9 at 1:24 PM
return "file:///" + referencePath.Replace('\\', '/');
return "file:///" + HttpUtility.UrlEncode(referencePath).Replace("%5C", "/");
MattRetallack wrote May 9 at 1:44 PM
return "file:///" + HttpUtility.UrlEncodeUnicode(referencePath).Replace("%5c", "/");
mmanela wrote May 14 at 4:14 AM
Sign in to add a comment or to set email notifications
Keyboard shortcuts are available for this page.