EC Software the makers of Help & Manual, which I use for my documentation, have released a free utility to combat the problem with viewing compiled HTML (CHM) files over the network. The problem was introduced by Microsoft Security Bulletin MS05-026 which had the intent of protecting Windows users from security threats posed by these files.
I stumbled onto what I would consider a bug in the Visual Studio 2005 IDE today. The issue came about after I rebuilt due to renaming a type that was used in a user control. After building I got an error when I attempted to load the user control in design mode. The error was:
Could not find type 'TypeName'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
I had some time today when my wife was at the mall to play around with the code snippets finally. I think I've really missed out on something by not getting into them sooner. But, hey, I'm like a kid with a new toy. My first creation is the disposing pattern that I use frequently.
I've used the ManagementClientService to register my objects for the dashboard which among other things provides health level information. But, it has a a corresponding ManagementClient class that can do some cool things that I didn't realize until now.