c# - ReSharper cannot resolve symbol -
i'm building asp.net 5 (asp.net core 1.0) mvc application. i'm using visual studio 2015 resharper ultimate 10.0.2.
i have 2-tier layer solution consists of www
(web application) , services
layer. www
has reference services
layer.
when resharper suspended, classes within www
layer able invoke objects services
layer, shown here:
however, when resharper enabled, following message: cannot resolve symbol 'services'
, shown here:
what i've tried:
- clearing caches
tools -> options -> resharper ultimate -> options -> clear caches
- remove
jetbrains
folder%appdata%
- restarting visual studio 2015
- reinstalling resharper
- suspending , resuming resharper
- adding , removing references
- rebuilding solution
any appreciated.
in visual studio 2017 solved in way:
- close solution
- delete ".vs" hidden folder
- reopen solution , rebuild it
Comments
Post a Comment