Tom Christian's Blog
-
.NET 3.5 SP1 Source released
If you remember my previous blog about Debugging .NET Framework Source Code, well we have now updated the source to include 3.5 SP1. You can check out the announcement here.
-
IE8 Beta 2 Update
So I have now been able to install Beta 2 on my machine and I just wanted to give my thoughts on it so far.
-
IE8 Beta 2 is now out
In case you haven't seen already, as announced here, IE8 Beta 2 can now be downloaded from http://www.microsoft.com/ie8.
-
ASP.NET Tip: Keep hidden files hidden
I have seen a few cases of this so I wanted to let everyone know. If you install the FrontPage Server Extensions (FPSE) on a web server, it will install some configuration files in a directory under your web site called _vti_cnf. This folder contains a bunch of files that FPSE use to update files and perform the various tasks that it needs to do.
-
SOS Best Practice: Match the SOS version with the process being analyzed
I haven’t seen a whole of of issues around this as of yet, but now that 3.5 SP1 has released that may change. If you copy SOS.dll to another location and then load it out of that directory to troubleshoot dumps, you may start seeing problems. Namely, things like !clrstack not returning any valid names for functions and just printing out the numbers. For example:
-
Known issues for ASP.NET with .NET 3.5 SP1
Just wanted to give a heads up on two issues that we are aware of that were introduced with .NET 3.5 SP1.
-
SOS Feature Requests for the Future
I know I have asked a similar question in the past, but what I would like to know now is, without any bounds on what it can do, what would you like to see from a troubleshooting tool for .NET?
-
ASP.NET Tip: ASP.NET MSDN Site
Have you checked out the MSDN site for ASP.NET lately? It is full of useful information. You can find it at the ASP.NET Developer Center. My favorite things to check out are the “How Do I” videos. They can be really helpful and can get you started on a specific topic. Check them out, “How Do I” videos – ASP.NET.
-
Hyper-V and Visual Studio 2008 SP1
So I wanted to post a little bit about my adventure with Visual Studio 2008 SP1. I have a virtual machine that has Visual Studio 2008 installed on it. But it only has about 2 GB of free hard drive space on it. So when I went to install this service pack, it gave me an error because it didn’t have enough hard drive space.
-
Common Issue: Permission problems when using remote content
We have had a number of customers run into problems when trying to store their ASP.NET Content on a remote machine. Whether that is just a UNC path from the web server or a DFS share. So I wanted to talk about the issues and how to resolve them to try to help others that may be wanting to do this.