J
Johann Blake
I posted a related problem today. The problem is this:
string str1 = @"""";
When I execute this code (even in a bare bones application), in the
IDE it returns "\"""
Why? Even in the immediate window it return this. Anywhere where I
attempt to use two apostrophes, it inserts a backslash. Even a
function in one method that saves its string to a file shows that the
backslash is really present because it also gets saved to the file. I
thought maybe just the IDE was having a "display" problem, but that
backslash really is in the string.
I used the repair feature of the VS.NET feature but it didn't help.
This morning I ran an Update on my complete system from Microsoft's
Update Website and I am certain that it has done something to the .NET
framework.
Any help is appreciated.
Thanks,
Johann Blake
string str1 = @"""";
When I execute this code (even in a bare bones application), in the
IDE it returns "\"""
Why? Even in the immediate window it return this. Anywhere where I
attempt to use two apostrophes, it inserts a backslash. Even a
function in one method that saves its string to a file shows that the
backslash is really present because it also gets saved to the file. I
thought maybe just the IDE was having a "display" problem, but that
backslash really is in the string.
I used the repair feature of the VS.NET feature but it didn't help.
This morning I ran an Update on my complete system from Microsoft's
Update Website and I am certain that it has done something to the .NET
framework.
Any help is appreciated.
Thanks,
Johann Blake