I don’t have enough reputation yet, otherwise I would just comment on it, but I have the opposite behavior in Windows 7 with VS 2008 - with an open solution, double-clicking on the .vb or .cs file opens it in the current instance.
Unfortunately, W7 hid the advanced tab in file type management, but I included a third-party utility in it. My open command is C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exewith a command line option /dde, sending marked DDE and a DDE message Open("%1")- check that your code is the same.
source
share