Undefined Method Call will not go away...
Using ReSharper 4.5.1288.2 and VS 2008, I changed a method name in my DLL from "getStatesList()" to "GetStatesList()" and rebuilt the DLL. In my using solution, R# still thinks the DLL method is getStatesList and not GetStatesList so it flags the use as a red colored error.
I've tried removing the reference and adding it back but R# still is confused, even though VS sees the new name and builds cleanly and runs OK.
How do I get R# to see the new method name?
Please sign in to leave a comment.
Something goes wrong with ReSharper caches. Just clear them please.
How do I clear the R# cache?
Visit your solutuion folder and delete the _<solutionname>.ReSharper folder
I deleted the folders and files for resharper and the problem still exists... what next?
Have you restarted VS after deleting caches?
Yes, I tried it many times.
I finally got it to works by doing the following -