I have a project in visual studio, I made some amendments I don't think involving any change in my code, but involving renaming files..
Then I got this error..
It does seem to have resolved itself, maybe from closing all the tabs and doing a rebuild, or maybe some other reason, I don't know..
But i'd like to know what kind of designer code I should look for and how I could even debug it, when the debugger won't even open and I can't start the program. It suddenly resolved itself, but i'd like to know what I should've done while it hadn't. I have looked at other answers to this question but they often mention about a line number. I notice here Object reference not set to an instance of an object - how to find the offending object name in the exception? one comment from 'itowlson' said "I think you need to copy the PDB file to the program location" but it's not clear to me from that, what would then solve it. I didn't do that, but prior to it somehow resolving itself, i'd like to have had some ideas of what to look at, because on another day(git or a backup aside!), I might not be so lucky!