Cообщество разработчиков на платформе Microsoft > Форумы > Visual Studio WPF Designer > Solution: Intellisense broken in all WPF Projects after installing SDK/MSDN
Задайте вопросЗадайте вопрос
 

ПрикрепленноеSolution: Intellisense broken in all WPF Projects after installing SDK/MSDN

  • 13 февраля 2008 г. 21:57Brett Kilty [MSFT] Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     

    There have been several reports where intellisense has completely stopped working for all projects after installing a version of the Windows SDK or MSDN.  We have been able to track down the source of this problem.  This seems to only affect installs of the SDK/MSDN post the installation of Visual Studio.  One registry value has been incorrectly reset after these installs causing this failure.  This issue has been handed off to setup team for a future fix. 

     

    In the meantime, if you encounter this issue, it can be fixed using regedit.  First, determine if you are seeing this same issue by opening regedit and looking at the key:

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

    If (Default) is empty you are hitting this issue.  To correct the problem, change the value of (Default) to point to the location of TextMgrP.dll on your system (C:\Program Files\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll in my case with a C: OS drive and accepting all the defaults).  Restart Visual Studio and intellisense should be working again.  Thanks to everyone who submitted reports of this issue and gave us the additional details needed to track it down quickly.

     

    Update: If you are running a 64-bit version of Windows, you will need to make sure you are running the correct regedit version (%systemroot%\syswow64\regedit - see http://support.microsoft.com/kb/305097) and you will need to locate the correct path to TextMgrP.dll (such as C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll)

Все ответы