I develop .NET application for a 6 years but today I faced with really strange behavior.
After I copy my application files (.exe, .dll, configs etc.) onto another machine I found that double click on .exe file deadly hangs the app. Waiting cursor never disappear.
After some time I installed VS 2012 express on that machine and started my project. It starts and runs perfectly. After this I tried to run its' .exe file from ../bin/debug folder. It hangs like the first time.
After this I created empty WPF application. The story repeated itself completely: it perfectly starts from VS but deadly hangs when start from direct exe double click.
So, any (WPF) application starts correctly under VShost but hangs when started from exe file. May be someone have some ideas about what may going on on this computer?