I created a small C# Project in Visual Studio 2015 which does some simple Text manipulation. Starting the application from inside Visual Studio works fine. If I start one of the created exe files (debug/release), a process starts, but the main window never opens. I am not able to stop the process via Taskmanager or cmd. I've attempted:
- using different target frameworks 3.5/4
- eliminating references
- starting a new project and adding the original source files and form
- creating a setup.exe -> same behaviour, also on different computer
- reinstalling Visual Studio
- debugging the exe (Note: I don't have any experience debugging Windows applications) All my attempts crashed the debugger
- building an older project: still works fine
At this point, I really have no idea what the problem is. I've uploaded the project to GitHub: https://github.com/webbertee/FrequencyDataTool