Update: There is a Microsoft Connect bug logged for this here. Update 2: “R0b0tz” has got the workaround for this on his blog. As always it pays to RTFM :) It’s still definitely a bug though…

One big change in Visual Studio 2010 is Microsoft Help version 3. It’s all based on HTML, and when you install the help locally it does a smart trick and installs its own web server (MSHelpListener.exe), allowing the pages to be accessed via the url http://127.0.0.1:80/help.

The problem was the first time I ran the help after installing VS2010 I was getting the following crash…

MSHelpListener.exe has stopped working dialog

If you check the Windows Application event logs you will see the following error:

The port is already in use please select a different port

**** For some reason, MSHelpListener is unable to bind to port 80 (even though I believe HTTP.sys does allow multiple applications to bind to the same port).

If you go to the command line and run

netsh http show urlacl

You can see that it has also reserved the following url, although it appears this does not help at all in guaranteeing access to the port…

netsh showing urlacl reservation for MS Help 3

I had a quick look in Resource Monitor and this is what I saw:

Resource Monitor showing Skype listening on port 80

You can see Skype was listening on port 80.

It turns out the solution was as simple as quitting Skype!

After I quit Skype I was able to load up the help…

img

Once HelpListener.exe is running it is safe to start Skype up again. I have yet to work out why Skype is using port 80, or what circumstances cause one process to block another’s use of a port, given the fact HTTP.sys is supposed to let multiple process share the same port. If you know please leave a comment.

If you find yourself having problems getting the local help working after installing it using “Find content on disk”, the trick that worked for me is to switch to online help and then back to local help.

img

Help Library Manager screen in VS2010 Beta 2 MS Help 3 Find Content Online

Overall, MS Help v3 looks very nice and works as we probably wished it always had! What is very cool is you can “Find” content either online, or from your installation media. Best of all it just works – getting content from the web is straight forward, and so is installing it from media. Either way the help files can be kept up-to-date easily using “Check for updates online”. Nice