Missing Source information

Rory Walsh 0 Reputation points
2024-08-27T14:16:31.2766667+00:00

Screenshot (6)

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

Developer technologies Visual Studio Other
Developer technologies C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.