I was running my application in VS2017
and I got this runtime error:
mscorlib.pdb contains the debug information required to find the source for the module mscorlib.dll
The issue was related to the Internal .NET Framework Assembly. You have to stop the debugger from launching Internal .NET Framework Assembly.
Mark the checkbox for Enable Just My Code
option as True
in Tools > Options > Debugging > General
tab.