I have a Windows Forms app I've been developing and all of a sudden two errors show up in my Errors List tab that are strange.
First, they don't prevent my app from compiling and running.
Next, they both reference a project (Submission#0) that doesn't exist in my solution and a file that exists nowhere on my system (Submission1.csx).
Aside from that they are unspectacular; one says that a ComboBox doesn't exist in the current context and the other says the type or namespace "Point" could not be found.
I've looked in the solution file; no reference to a Submission#0 project or anything unexpected. And like I said, there is no file ANYWHERE on my system that is named Submission1.csx.
I'm stumped. Any thoughts would be much appreciated.
bin/obj/.vs
folder – Guyette