Error in VS but not in R#
Using R# 5.1.1704.
This statement gives an error in VS but not in R#.
renderedImagePath = renderedImagePath.Replace('/', '\');
Correct:
renderedImagePath = renderedImagePath.Replace("/", @"\");
Please sign in to leave a comment.
Hello abdu,
This issue is logged under http://youtrack.jetbrains.net/issue/RSRP-33222
in our tracker and you're welcome to monitor its status. Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"