Post Archive
for
January 2006
Page 1 of 1 (4 items)
While building a new Exchange 2003 server I was installing Service Pack 2 and came across an interesting issue: Setup failed while installing sub-component Exchange ActiveSync with error code 0xC0070643 (please consult the installatoin logs for a detailed...
-
Posted on
Jan 27 2006, 02:38 PM
I really liked the original exception management block put out by Microsoft. The reason is because it included all the information relating to an exception - not just the Message property. It made production debugging a breeze. Now with ASP.NET 2.0 and...
-
Posted on
Jan 21 2006, 11:37 AM
-
Tagged with
ASP.NET, Development
I love the new TryParse methods in the .NET Framework 2.0. It's too bad that not all types have a TryParse method. There was a piece of feedback posted on MSDN about implementing one for Guid values. Here's one I threw together for Guid values...
-
Posted on
Jan 18 2006, 11:36 AM
-
Tagged with
Development
I've always been puzzled as to why the Web Site Administration tool shipped with ASP.NET 2.0 didn't seem to function nor error out when I had a brand new application being developed on my workstation where SQL Server 2005 Developer Edition is...
-
Posted on
Jan 06 2006, 11:35 AM
-
Tagged with
SQL, Development