Missing Source information
I'm using C# Winforms to make an application.
When I put a breakpoint in my code at the end of a form_load method, this appears. You can see in the call stack the point at which it's failing.
If I don't put the breakpoint in, the form loads, but none of the methods work from then on, with one of them even crashing the PC if a breakpoint is put anywhere within the method, despite being essentially the same code used in another form that works flawlessly.
I have added the Microsoft Symbol Servers, tried enabling and disabling "Just my code", enabling and disabling "Require source files to exactly match the original version, everything. nothing seems to fix this issue, and I'm not sure what to do to rectify this.
Any help is appreciated