Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I double click on a source file associated to Visual Studio 2008 on my Win7 computer I expect it to open in Visual Studio; this is however not the case. Visual Studio is indeed opened but not the source file. If I keep Visual Studio opened and double click on the source file again it opens correctly. But of course I don't want to have to double click the source file twice. If I set the privilege level of Visual Studio to "Run this program as an administrator" I get the following message when attempting to open a source file (as described above):

"There was a problem sending the command to the program."

Any ideas how to fix this?

Thanks

share|improve this question
I've seen this. I think the whole UAC enchilada causes a time-out inside Explorer that makes it think something went wrong. Dragging that UAC slider down solves it. – Hans Passant Aug 18 '11 at 14:34
I notice no difference when I do that, I even turned it off completely to no avail. – dbostream Aug 22 '11 at 12:25

closed as off topic by leppie, ethrbunny, Linger, mattytommo, A.V Feb 27 at 14:41

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I had the same problem with Visual Studio 2005. I changed the default program for .cpp files to "Microsoft Studio Version Selector" instead of "Microsoft Visual Studio 2005" and it now opens the file no problem.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.