c# - VS 2015 Community - Not checking errors until build, errors do not go away -


intellisense still give suggestions, visual studio not highlight errors until click "start". can write absolute gibberish , no red squiggles appear. however, when click "start", error list populate , build fail. (it check errors after click "rebuild" or "clean solution").

however, when edit errors, red squiggles remain. when remove entire line, 2 space long red squiggle remain. clicking "start", "rebuild", or "clean solution" not make these old error highlights disappear , error list not change. closing , restarting vs 2015 community clear them. rebooting computer did not re-enable error checking function.

system details: fresh install of windows 7 pro 64bit on macbook pro bootcamp. first project have made since installing vs 2015 community yesterday. writing windows forms app using c#. best of knowledge, working fine few hours morning. have tried resetting settings. have tried rebooting , deleting bin/obj folders in solution directory.

has experienced such issue? think issue install, or did solution corrupted somehow?

a few things try fix weird visual studio problems:

  1. restart visual studio.
  2. delete .suo file. file should right beside .sln file, , temp file used tracking things files/tabs had open in editor between sessions
  3. clear out temp vs cache files.

another thing can try running vs in safe mode run extensions disabled. may @ least hint if problem native vs, or if it's 1 of installed extensions problem.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -