有好工具也分享一下,关于VS2010 MSDN的

doubleu2005 2010-06-16 02:01:57
VS2010的MSDN的改变让我们很难适应,总是感觉不方便,今天在网上看到一个官方工具Microsoft Help Viewer Power Tool (Beta)可以将MSDN转变为类似VS2008的MSDN,有检索功能了!!地址是
http://code.msdn.microsoft.com/HelpViewerPowerTool

顺便再提一个工具InteropSignatureToolkit,www.codeplex.com上的,类似于API精灵,支持到.net2005,看看就知道了
地址是http://clrinterop.codeplex.com/releases/view/14120


以下是Microsoft Help Viewer Power Tool (Beta)的安装说明:
Setup Issues:
1.If Help Viewer Power Tool is installed while Help Library Agent is running, the installation of the Help Viewer Power Tool will spawn another instance of the Help Library Agent, and two icons will appear in the system tray. Closing the first instance will cause F1 to fail for the given session.
Work-around: Make sure that Help is closed and the Help Library Agent is not in the system tray before installing Help Viewer Power Tool


2.Help Viewer Power Tool setup does not work for non en-us Visual Studio 2010 versions.
Work-around for installing Help Viewer Power Tool for a localized (VS\100\) catalog, and before installing the Help Viewer Power Tool (note that the below uses ja-jp as an example locale, and that while the work-around should support localized content, the UI will still be in English):
1.Go to your manifest folder under the help local store folder .
2.Open QueryManifest.*.xml file for edit
3.Look for the following entry: catalog productId="VS" productVersion="100" productLocale="JA-JP." If this string is not present, then edit one of the existing catalogs to this value. For example, if you have VS\100\JA-JP locale installed, you will have the following entry:

catalog productId="VS" productVersion="100" productLocale="ZH-CN"
Update this entry to:
catalog productId="VS" productVersion="100" productLocale="EN-US"
!!!!!!!!!!!!!!!由于只支持英文,因此如果我们装的是中文的要将"ZH-CN"改为"EN-US"!!!!!!!!!!!!!!!!!!!!!
a. Run powertool setup.
b. Revert the changes that you did in step (3) before launching Help viewer.
!!!!!!!!!装完了再改回来,否则找不到帮助文件了!!!!!!!!!!

4.Install the Help Viewer Power Tool.
5.Go to your manifest folder under the help local store folder .
6.Open QueryManifest.*.xml file for edit
7.Update the branding package name to “dev10pt.mshc” - change:

<brandingPackageFileName>dev10.mshc</brandingPackageFileName></catalog>
to
<brandingPackageFileName>dev10pt.mshc</brandingPackageFileName></catalog>

!!!!!!!!!!!!!!!我的装完就是dev10pt.mshc,如果不是就改成dev10pt.mshc,如果想用回原来的样式直接把pt去掉就行了即dev10.mshc !!!!!!!!!!!!!!!!!!!!!!!!

注意事项也要看看
Non-setup issues:
1.This release is untested for non-RTM versions of Visual Studio 2010.
2.When browsing topics in content panel (in the browser), the URL in the address bar does not get updated.


3.When IE is not running with full trust privileges and viewing offline help, the Silverlight error message is incorrect.
Work-around: Update IE security settings to permit full trust privileges.
!!!!!!!!如果是IE最好用IE8,而且要禁用保护模式,否则不显示,我就搞了半天!!!!!!!!!!!

4.After the Help Viewer Power Tool is uninstalled, and customer browses to Help content, a 503 error message will appear.
Work-around: Close the Help Agent before uninstall process.


5.With the Help Viewer Power Tool installed, press F1 or view Help. If an F1 results in a 404, page will appear without the Index panel.


6.Offline help page does not display the TOC, Search nor Index for IE6.
Work-around: Upgrade to IE8.0


7.If the Help Agent is exited when setting "standaloneviewer=true" the Help Viewer Power Tool does communicate with the newly launched Help Agent instance.
Work-around: Close and re-launch Help content.


8.Self-branded content is not supported.


9.In the Chrome browser, the Back button is not enabled when you browse between contents from Index results.


10.Changes are not applied when running command “standaloneviewer=true” or “standaloneviewer=false” while Help Agent is running.


11.Setting “standaloneviewer=false” while the viewer is already running will result in .NET security exception.


12.In the search results panel, when using the keyboard down button to navigate the result set, and upon hitting a 404 page in local content, focus is moved to the search box in content panel - hence you cannot move down to the next topic in the results list using keyboard.
...全文
1573 28 打赏 收藏 转发到动态 举报
写回复
用AI写文章
28 条回复
切换为时间正序
请发表友善的回复…
发表回复
dangdang2471 2013-03-12
  • 打赏
  • 举报
回复
好东西。感谢楼主!
beiguodepiao 2012-05-29
  • 打赏
  • 举报
回复
不错,想试试
z992137993 2012-05-29
  • 打赏
  • 举报
回复
顶(几个字才能回复成功?)
小昔_ 2012-05-29
  • 打赏
  • 举报
回复
感谢楼主。。
boomni 2012-05-29
  • 打赏
  • 举报
回复
瞅两眼,有MSDN还要API干啥
lrover 2012-05-29
  • 打赏
  • 举报
回复
看来想用旧格式的还很多。
clayman_p 2012-05-29
  • 打赏
  • 举报
回复
谢谢楼主分享
摸石头不过河 2012-05-29
  • 打赏
  • 举报
回复
谢谢楼主
仲夏的蓝 2012-05-29
  • 打赏
  • 举报
回复
顶http://community.csdn.net/help/GetUsablePoint.htm
chengli3930 2012-05-29
  • 打赏
  • 举报
回复
感谢楼主
Junny 2012-05-29
  • 打赏
  • 举报
回复
top
youhao1999 2012-05-29
  • 打赏
  • 举报
回复
多谢楼主分享[Quote=引用楼主 的回复:]
VS2010的MSDN的改变让我们很难适应,总是感觉不方便,今天在网上看到一个官方工具Microsoft Help Viewer Power Tool (Beta)可以将MSDN转变为类似VS2008的MSDN,有检索功能了!!地址是
http://code.msdn.microsoft.com/HelpViewerPowerTool

顺便再提一个工具InteropSignatureToo……
[/Quote]
yaganblw 2012-05-29
  • 打赏
  • 举报
回复
游北亮 2012-05-29
  • 打赏
  • 举报
回复
2010年的老东西也被翻出来了?
而且还被推荐???

The Help Viewer Power tool has been replaced by Visual Studio 2010 SP1.

bh520123 2012-05-29
  • 打赏
  • 举报
回复
顶~! 感谢分享
wuhao5688 2010-07-27
  • 打赏
  • 举报
回复
正要找这个呢,谢谢楼主!
yulitian 2010-07-12
  • 打赏
  • 举报
回复
好用多了,喔弥陀佛~~~~~~~~~~~
FrankSun80 2010-06-28
  • 打赏
  • 举报
回复
好用,谢谢~~~~
zl59503020 2010-06-16
  • 打赏
  • 举报
回复
顶下,有时间去下来看下好用不。。。。
小夏天~ 2010-06-16
  • 打赏
  • 举报
回复
帮顶 ↑
加载更多回复(1)

7,765

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧