Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here is a distillation of some solutions that have worked for other users from the MSDN forum thread <a href="http://social.msdn.microsoft.com/Forums/en-US/csharpide/thread/a75445ea-0a8d-43b5-b55d-882818c3ed3d/" rel="nofollow">IntelliSense stopped working</a>:</p> <ul> <li><p>In Visual Studio, Go to <strong>Tools</strong> > <strong>Import and Export Settings</strong>, and then select <strong>Reset all settings</strong>.</p></li> <li><p>After closing Visual Studio, move the <strong>.suo</strong> file to a temporary folder, and then reopen Visual Studio.</p></li> <li><p>Check that <strong>Build Action</strong> property of your source files are set to <strong>Compile</strong> rather than <strong>Content</strong>. Setting a file to Content detaches the source file from the rest of the project, disabling IntelliSense.</p></li> <li><p>If you have a web project, exclude the WebConfig from the project and rebuild the project. Then include the WebConfig.file again.</p></li> <li><p>If you’re using C++, close Visual Studio, and then delete the .ncb file. The ncb file contains IntelliSense information for C++. Deleting it resets IntelliSense, but it may take a while to rebuild in the background. </p></li> </ul> <p>Finally, from the post <a href="http://studioshorts.com/blog/2011/04/visual-studio-xaml-intellisense-not-working/" rel="nofollow">Visual Studio &amp; XAML – IntelliSense Not Working</a>:</p> <ul> <li>If you're using XAML, adding <code>;assembly=</code> to the end of the custom CLR namespace fixes the issue. </li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload