Application does not run with Visual Studio 2013

-1

I made two small applications in Visual Studio 2013, which do the following:

  • The first one assembles the serial and saves this serial in the windows registry;
  • The second reads the key in the windows registry.
When I run the application (as an administrator) in Visual Studio 2015 it works without problems, but when I go to the debug folder and squeeze the right application, it does not work < in> (it does not even appear) .

Another machine works, but mine does not work. On a friend's machine it works when you want, with the same error (the application does not appear) .

Any idea what it is?

    
asked by anonymous 12.12.2015 / 17:31

1 answer

0

You need to release your application. Just change in the menu that is displayed in the image below where it is "Debug" change to "Release" and run again that your executable will be created.

    
12.12.2015 / 18:40