I created a Windows application using C # VS express 2012. The application works fine in a VS environment. I published an application using VS (ClickOnce) for the desktop as a standalone application that does not check for updates. The application is not signed and security is disabled. When you try to run the setup.exe file, the application looks fine. However, when I try to start the program from the Start menu, nothing happens. In the task manager, the process for the application appears within a few seconds, and then just quits. The application window does not appear, and there are no signs of error. If I go directly to the .exe application (% userprofile% \ appdata \ local \ apps \ 2.0 \% random id% ......) and run it in this way, it will start and, apparently, will function as designed , I did some research and found that some drivers and software (if installed) will cause this behavior (for example, the Kensington Mouse driver and the Provencia software (?)). I checked and I do not have any of these installed. Any help with this would be greatly appreciated.
Thanks in advance.
chris source share