日期:2014-05-20  浏览次数:20732 次

有好工具也分享一下,关于VS2010 MSDN的
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: