VS 2015 IntelliSense: Assembly Not Referenced Error

I had the same issue, but in the mean time I’ve found the answer: I had to add the following references to my web.config (add inside the opening system.web tag): <compilation debug=”true” targetFramework=”4.5″> <assemblies> <add assembly=”System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″/> <add assembly=”System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089″/> <add assembly=”Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”/> <add assembly=”System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” /> … Read more

How to disable IntelliSense in VS Code for Markdown?

IntelliSense suggestions in VS Code can be configured globally or per each workspace and as of 1.9 per file-type (language), using the editor.quickSuggestions, editor.acceptSuggestionOnEnter and editor.suggestOnTriggerCharacters settings. // Controls if quick suggestions should show up or not while typing “editor.quickSuggestions”: true, Since VSCode 1.11, the quickSuggestions setting allows more fine-grained control over quick suggestions. However, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)