Hello @Dylan Dingjan
There are several things to try
- From Solution Explorer, clean then rebuild, run, did this fix the problem, no continue
- Under the debug menu, windows, exception setting check "Common Language Runtime Exceptions", rebuild run. If the issue is a non-fatal issue the offending line will be stopped on in the IDE, figure out why (one way is to use a breakpoint prior to the offending line and step through the code examining variables for possible issues)
- From the start of the program, set a breakpoint and step through code until it raises an exception.
If none of the above helped, and since no code changed, were there any Windows or other software updates done since last time you ran the application?