c# - Visual Studio displaying errors even if projects build -
i have problem visual studio 2013 on c# solution. displays totally random errors, projects build. right now, have 33 files errors, , can see red squiggly lines in of them.
i tried cleaning / rebuilding solution, closing visual studio , restarting computer. made sure steps described in debugging runs compiler's errors in visual studio. can modify .cs files , see changes in solution.
does have idea why that?
apparently, emptying resharper cache:
in menu, resharper > options > environment > general > clear caches
and disabling , re-enabling resharper:
in menu, tools > options > resharper > general > suspend / restore
did trick me. not sure if both operations necessary, solved problem.
Comments
Post a Comment