I have a problem with my computer: windows 7-64, fresh and clean reinstallation.
When I develop Visual Studio 2010 Ultimate SP1, after creating the application, it starts twice.
Let me explain.
If I double-click it in a folder, the console application starts up, blocks for a few seconds (depending on the complexity of the program), then it closes, opens again, works and is stable.
If I run it in the console, another console will open (for example, a pop-up window), start the program, close, then the program will be executed in the first console.
If I started it in the debut with a breakpoint, the application will open in the first console, it will run without stopping, then it will close, restart in another console and stop at the breakpoint.
However, if I try another command not related to the created Visual Studio (like firefox ...), I do not have this problem.
I tried using the simple "Hello World" or with a much more complex program, and I always get the same result.
Has anyone already seen such a thing, or now, where to dig?
Thank.
Gregoire