Resharper Question
- by bmw0128
I just started using VS2008 and Resharper.
I have a line:
Microsoft.Office.Server.Diagnostics.PortalLog.LogString("*** BOO Feature activating ***");
VS shows "Office" as red b/c it cannot resolve symbol "Office".
Can I make Resharper just add the reference automatically, or do I need to manually surf to the reference and add it?