I'm using VS2010 SP1, MVC3 and ReSharper 6.1.
In one of my projects I have following issue().
Cannot resolve symbol 'ViewBag'
I have this only in my Controllers.
In Views it works fine.
I have check similar issue and try suggested solution but it didn't work.
Can anyone please help me with this.