Re: Can't do a Debug build
A couple other points: I deleted the obj and bin folders. In obj, only Release was recreated. In bin, at first it was only Release, then Debug showed up...eventually, probably after me fiddling with building and rebuilding one or the other. The Debug folder has never gotten anything placed there, but at least it exists.
Checked the vbproj file, and everything in there appears correct. I can see the output paths are correct for debug and release.
Re: Can't do a Debug build
Yeah, I was going to suggest textual examination of the project files. Aside from the paths being correct, does it correctly note whether the project is in debug build mode?
Re: Can't do a Debug build
It certainly seems to be working in every other way.