1. 程式人生 > >解決方案:Resharper對系統關鍵字提示‘can not resolve symbol XXX’,並且顯示紅色,但是編譯沒有問題

解決方案:Resharper對系統關鍵字提示‘can not resolve symbol XXX’,並且顯示紅色,但是編譯沒有問題

環境:Visual studio 2013 community Update 4 + Resharper 8.2 + Windows 7現象:我的C#工程編譯沒有問題, 但是在程式碼編輯器中系統關鍵字顯示紅色, 提示系統關鍵字提示‘can not resolve symbol XXX’。比如Linq相關的Where、Take、Skip等關鍵字, 比如EF相關的AsNoTracking等等。解決方案可以嘗試下面幾個:(1)開啟VS/Tools/Options/Resharper/General, 點選Suspend Now, 再點選Resume 即可!(2)開啟Resharper/Options/Environment/General, 點選Clear Caches, 然後重啟VS即可!