vote up 2 vote down star

When I have the cursor on something in Visual Studio and press F1 I earlier got to the right method. For example if I have the following code:

var list = new List<string>();
list.Add("");

and put my cursor on Add, and press F1, I would get the documentation for that method. However, when I do it now, I still get the right method technically, but I get it for Silverlight?? Which means I have to use the Index every time to find the correct one. Very annoying and time consuming. Is there a way I can fix this?

The first one I get to says .NET Framework Class Library for Silverlight on top, and below the title it says [Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]. I want the version that says .NET Framework Class Library, and that is not pre-release...

flag

1 Answer

vote up 1 vote down

A work around to this issue is documented in the Silverlight SDK Blog on MSDN here

Let us know if that resolves the issue?

Edit: An alternative solution is to..

  1. Right-click on the vs2008 icon and run as Administrator
  2. Click Help Menu and then Index
  3. in the 'Look for' box type Collection Manager and click the help subitem that appears
  4. from the list untick "Microsoft Silverlight 2 SDK Documentation"
  5. And then click Update VSCC
  6. The finally restart Visual Studio

Again.. let us know if that helps.

UPDATE: IT SEEMS THE ABOVE ONLY WORKS IN CERTAIN SITUATIONS

I've not been able to rectify the problem on my installations, i've also found the following Microsoft Connect incident that states the poblem will be resolved in vs2010!

link|flag
The blog fix was to set it to check Online First, then Local, but it was already set to that. In your alternative solution there is no Microsoft Silverlight 2 SDK Documentation to untick. Only Microsoft Visual Studio Tools for Applications 2.0 Help Collection and Microsoft Visual Studio Tools for Applications 2.0 Combined Help Collection which are already unticked. Will try to tick them and see what happens... :p – Svish Oct 21 at 12:01
Nope... didn't help either... – Svish Oct 21 at 12:06
I thought i'd fixed this, but after checking at work I realised I hadn't, my apologies! – Dog Ears Oct 22 at 7:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.