For VS2010, instead of using NCB file, it updates to use SQL database file SDF to store intellisense data for VC++. But it still bring in issues, so I would like to disable it..

Words from VC++ blog:

Many of you may be familiar with the “NCB” file which was previously used for browsing and IntelliSense.  This file is no longer created or used.  Instead, we create an “SDF” file, which is used for browsing features and some small parts of IntelliSense.  The SDF file is a SQL Server Compact database file. 

 

Solution:

1. Tools->Text Editor->C++->Advanced:

Disable VS2010 VC++ Intellisense 

SetDisable VS2010 VC++ Intellisense "Disable Database" to be true.

 

Disable Database

This option completely disables any use of the browsing database (SDF).  The database will not be created or opened.  It disables all of the other Browsing/Navigation options and it disables all IntelliSense features except for #include Auto Complete.  In previous versions, this is equivalent to deleting feacp.dll.

 

相关文章:

  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-10-30
  • 2021-10-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-25
  • 2022-02-11
  • 2022-01-03
  • 2022-12-23
  • 2021-10-21
相关资源
相似解决方案