码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio 常见问题

时间:2015-02-07 15:51:33      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:

VS 2013 Find In Files,无法显示详细搜索结果的解决办法。

1、在注册表中找到InProcServer32

  32位Windows操作系统:[HKEY_CLASSES_ROOT\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]

  64位Windows操作系统:[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]

2、在InProcServer32中会发现默认值为空

  将默认值替换为:

    32位Windows操作系统:C:\Program Files\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll

    64位Windows操作系统:C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll

  注意:替换前请备份注册表

3、重新打开VS 2013如果问题还未得到解决,请找到安装文件重新运行并修复。
参考链接:http://stackoverflow.com/questions/13386856/find-results-not-displaying-results

 

Visual Studio 常见问题

标签:

原文地址:http://www.cnblogs.com/amour/p/4278845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!