Content Preview: rss
399 days ago
Why isn't this getting more attention? http://referencesource.microsoft.com/netframework.aspx Maybe I'm just out of it...

On using namespace std, dealing with "Microsoft.VS80.DebugCRT could not be found" and resolving the ...607 days ago
This one was odd. I had a VS2005 C++/CLI project, and in a recent iteration, had added some logging code using the standard library's streams package. One of the things I noticed early, by way of the program absolutely failing to get off the ground and writing an SxS exception to the system event log, was that including the standard library in the default Debug configuration resulted in the program acquiring a dependency on the Debug MSVCRT DLLs. I had been using the release DLLs (via compiler switch /MD) since I didn't want the hassle of having to make sure the non-redistributed Debug DLLs were on the build server and test machines, etc. Having weighed whether it was worth it for getting to include std, I decided it was, and made it a requirement to have the 4 required files (the 3 runtime DLLs and one manifest file) in the target dir at the build server and test machines. That solved the SxS error (Dependent Assembly Microsoft.VC80.DebugCRT could not be found... Last Error was ...
715 days ago
The request to bring the ANSI SQL standard double pipe (" ") operator for string concatenation to SQL Server has gotten some response from MS. It is mostly positive, seeing as I never harbored hope for it to make it into Katmai SQL Server 2008. "Michael" left it active and noted the large-ish number of votes for the issue. He mentions that SQL Server uses the "+" operator for string concatenation - yes, we know, and we loathe it. Everyone else uses the double pipe, except, as I've noted, MySql, which makes, with SQL Server, and interesting pair. Vote now, if you haven't, so we can hope for SQL Server 2008 SP1!
806 days ago
808 days ago

