J
Johann Blake
This morning I ran Microsoft's Windows Update from
http://v4.windowsupdate.microsoft.com/en/default.asp
After hours of development, I have now discovered something horrible
has happened with the .NET.
The .NET Framework no longer has the Concat method in the strings
class. I just posted a problem about not being able to concatenate
strings to contain an apostrophe. For example,
string s = "hello \"Bob\"";
should result in
hello "Bob"
Instead it comes back with
hello \"Bob\"
The Concat method also no longer exists. Hey what's going on here.
This has to be related to the update I installed this morning. It
looks like MS has installed an old version of the .NET framework and
it has killed my newer version.
Can someone from Microsoft reading this posting please look into this
right away.
I'm using Windows 2000 and Visual Studio.NET 2003.
Johann
http://v4.windowsupdate.microsoft.com/en/default.asp
After hours of development, I have now discovered something horrible
has happened with the .NET.
The .NET Framework no longer has the Concat method in the strings
class. I just posted a problem about not being able to concatenate
strings to contain an apostrophe. For example,
string s = "hello \"Bob\"";
should result in
hello "Bob"
Instead it comes back with
hello \"Bob\"
The Concat method also no longer exists. Hey what's going on here.
This has to be related to the update I installed this morning. It
looks like MS has installed an old version of the .NET framework and
it has killed my newer version.
Can someone from Microsoft reading this posting please look into this
right away.
I'm using Windows 2000 and Visual Studio.NET 2003.
Johann