Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 13, 2012 5:28:00 PM |
Updated | Feb 13, 2012 5:28:00 PM |
Priority | Normal |
Type | Bug |
Fix versions | Next |
State | Submitted |
Assignee | Alexander Zverev (alexander.zverev) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
The Quick Documentation "read more" link sends user to the "Can’t find requested content on your computer" page Help, rather than the help page one can get for the specific class if he hits F2. This seems to happen for generic classes like Dictionary<K,T>, and similar classes.
Here are two urls. The first is correct as given with F1, and the second is produced the the Quick Documentation window.
http://127.0.0.1:47873/help/1-7724/ms.help?product=VS&productVersion=100&method=f1&query=System.Collections.Generic.Dictionary`2&locale=en-US&launchingApp=VS&category=DevLang%3acsharp%00TargetFrameworkMoniker%3a.NETFramework,Version%3Dv4.0
http://127.0.0.1:47873/help/1-7724/ms.help?product=VS&productVersion=100&method=f1&query=System.Collections.Generic.Dictionary<TKey,TValue>&locale=en-US&launchingApp=VS&category=DevLang%3acsharp%00TargetFrameworkMoniker%3a.NETFramework,Version%3Dv4.0
Note the angle brackets at the end of the class name. That is not in the F1 version.
Here are two urls. The first is correct as given with F1, and the second is produced the the Quick Documentation window.
http://127.0.0.1:47873/help/1-7724/ms.help?product=VS&productVersion=100&method=f1&query=System.Collections.Generic.Dictionary`2&locale=en-US&launchingApp=VS&category=DevLang%3acsharp%00TargetFrameworkMoniker%3a.NETFramework,Version%3Dv4.0
http://127.0.0.1:47873/help/1-7724/ms.help?product=VS&productVersion=100&method=f1&query=System.Collections.Generic.Dictionary<TKey,TValue>&locale=en-US&launchingApp=VS&category=DevLang%3acsharp%00TargetFrameworkMoniker%3a.NETFramework,Version%3Dv4.0
Note the angle brackets at the end of the class name. That is not in the F1 version.