No luck at MSDN with this one, which is driving me nuts. I us VS Team System 2008 (w/ Resharper). Everytime I press the Add Items to Folder button in the Source Control Explorer VS crashes….no error in the App Event log, no crash report popup.
Fortunately I also have VS 2005 (also w/ same version of Resharper) on my box which I can Add Files from… I reinstalled VS 2008…no luck.
VERY frustrating. I asked MS for some way to identify a crash log somewhere in their files, no response there either, so if someone knows that these exceptions are written somewhere maybe I can find them and work the problem.
Thanks!
Use Windbg (or ADPlus, or a 2nd copy of Visual Studio) to capture the dump while you reproduce the crash. Then send that to ReSharper and MS support.
ADPlus is particularly well documented for this exact purpose: http://support.microsoft.com/kb/286350
edit: as mentioned, make sure you have the latest patches for both VS and ReSharper. In particular, if you installed SP1 before you installed Team Explorer, you’ll need to re-run SP1 in order to bring the Team Explorer binaries up to date. I do recall there being some compatibility problems with 3rd party plugins that were fixed in SP1.
edit #2: there is also a post-SP1 hotfix that appears to be related – http://social.msdn.microsoft.com/Forums/en-US/tfsversioncontrol/thread/f807b02a-4ca3-4f2f-9a4e-dbd2e4ee5690