MosheG
MosheG

Reputation: 343

"Track active items in solution explorer" doesn't work

The option "Track active items in solution explorer" in visual studio doesn't seem to work. I am using visual studio 2013 ultimate and Resharper 8.1. I've tried un-checking and checking again, didn't work. Thank you for your time.

Upvotes: 8

Views: 3212

Answers (3)

Mohammed Osman
Mohammed Osman

Reputation: 4236

In Visual Studio, click on Tools -> Options -> Projects and Solutions, then make sure the option Track Active Item in Solution Explorer is unchecked.

In Visual Studio again, click on Extensions -> Resharper -> Options -> Performance Guide and set the option Don't track active item in Solution Explorer to Ignore

Upvotes: 1

Ananth
Ananth

Reputation: 10700

Faced this issue today . Tried deleting .vs directory and issue was fixed.

Upvotes: 6

Related Questions