Welcome...



...All those moments will be lost in time, like tears in rain....

- soliloquy from Blade Runner


Bits and bytes do get lost, awash in the rain of data flow that is Internet. They slip away from us, never to found again... some of them will be captured here, many more will not... like tears in rain...



Thursday, March 3, 2016

Visual Studio search broken after BizTalk installation

 I am not sure who exactly broke my Visual Studio 2013,  either BizTalk ESB Toolkit or PowerTools for TFS broke Visual Studio search.
 Find in Files for a word would return summary only, without actual list of files to go and see - pretty useless.

 Solution is to fix default value for registry key:

HKEY_CLASSES_ROOT\
Wow6432Node\
CLSID\
{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\
InProcServer32

to:
  
C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll

It was blank, I've entered the value and it worked without even restarting VS. 

No comments:

Post a Comment