Posts

Showing posts from March, 2009

Windows Live Messenger: Unable to Connect Error 80040200 Fix

Image
  I stumbled across this fix via a web search in the Live Messenger Blog about a different error code. It worked for me on Windows Vista. 1.) Close Messenger. Go into Task Manager and ensure that the “msnmsgr.exe” process is not there. If it is, kill the process. 2.) Navigate to C:\Users\<YourUserName>\AppData\Local\Microsoft\Windows Live Contacts and delete the entire contents of the folder. 3.) Restart Windows Live Messenger. Voila! There is another issue I found where the standalone installer for Messenger fails with a message like “could not open key…”. One fix for this is to navigate to the C:\Program Files\Windows Live\Messenger folder and DELETE the msnmsgr.exe executable if it is there. ReallyReallyDumb Exception Messages Department   I think it was Donn Felker who first tweeted about this, but I didn’t believe it until I got one myself:   Go Figure!

How NOT to create user-friendly application installers

Trying to be a first-rate reporter on the average American newspaper is like trying to play Bach's St. Matthew's Passion on a ukulele.   - Bagdikian's Observation This is an issue I've come up against enough times to feel the need to gripe about it. You get the Windows Live installer to install the "new" Windows Live family of products (Messenger, Live Writer, Mail, Photo Gallery, etc.) and it fails. That's after you wait for everything to download (because the web installer is just a wrapper over what it downloads after you select which programs you want). So then you use the "Try Again" button which downloads a 135 MB WLSETUP_ALL.EXE installer. Boy, I sure hope you’ve got a high speed connection. So you run that and once again, after you've waited for it to go all the way through to the end, only then does it proceed to "roll back" everything - which takes almost as long as the supposed installation did! Now you’ve gone thro

ASP.NET MVC RC2

“Artificial Intelligence is no match for natural stupidity.” -- Unknown ASP.NET MVC Release Candidate 2 is out; it has no major identifiable changes in  features or in Visual Studio 2008 tooling from RC1.  That’s a good thing – it means it’s pretty much “baked”. There are changes to the installer in that it doesn't ship the System.Web.Routing.dll and System.Web.Abstractions.dll assemblies now since they are a part of  .NET 3.5 SP1. Consequently, set-up requires  .NET 3.5 SP1 to be installed. There is also a "server-only" install mode to install the MVC Framework. This is useful for hosted installations which install the MVC Framework on servers that do not have Visual Studio 2008 installed. There are also some deployment techniques that do not require the MVC assemblies in the GAC, making it easier to deploy an MVC application to a remote machine. Phil Haack has a good post on the release . You can download the installer here . Be sure to uninstall any previous i