Click here to Skip to main content
15,881,938 members
Articles / Visual Studio / Visual Studio 2010
Tip/Trick

Paste proper URL bit over broken link bit of saved VSHelp "Favorites" to be useful again

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Mar 2012CPOL 7K   1   1
Visual Studio 2010 Help: "Add to Favorites" users alert -> copy & paste FIX for broken link of "Favorite"

Introduction

Awful simple arrest of that pesky "service unavailable" message when attempting to reread one of those saved Favorites you made yesterday in hopes of re-referencing some Visual Studio Help content today.

Using the code

No code, just a procedure. Since "today's" Help facility is a whole new service any link/URL that was made yesterday to a ms.help item and stored in the Favorites menu has the wrong location segment (the form http://127.0.0.1:47873/help/x-xxxx(x?)/ms.help? etc). That segment has to be replaced with the timely "now". After attempting to open a stored Favorite link and getting the error message, copy this x-xxxxx segment from the error message location, hit the back button on the browser navigation and paste it over yesterdays bad link. Redirection to the same help item should now take place.

Example

Service Unavailable

HTTP Error 503. The service is unavailable

 Yesterday help link:  "1-4435"

http://127.0.0.1:55512/help/1-4436/ms.help?method=page&id=M%3aSYSTEM.ARRAY.GETVALUE(SYSTEM.INT32%5b%5d)&topicversion=100&topiclocale=EN-US&SQM=1&product=VS&productVersion=100&locale=EN-US

 With a paste becomes: "1-4176"

http://127.0.0.1:55512/help/1-4176/ms.help?method=page&id=M%3aSYSTEM.ARRAY.GETVALUE(SYSTEM.INT32%5b%5d)&topicversion=100&topiclocale=EN-US&SQM=1&product=VS&productVersion=100&locale=EN-US

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionMy vote of 5 Pin
Auslandskrankenversicherung28-Mar-12 23:03
Auslandskrankenversicherung28-Mar-12 23:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.