|
I've got a little project I'm working on . Everything was working fine, and I'd been working on this for about a week. Then I got the bright idea of trying to see if I could use 'resources'. I played around with it for awhile, decided I wanted to go a different way, and tried to pull out what I did from the project. Now, whenever I try to compile the project, I get a "MissingManifestResourceException". The first time I got the exception, it was tied to a little form that just gives options like New, Load, Exit. So, I just made a new version of the form. For some reason, that new form works, but whenever it tries to call up the next form, now it complains that a .resources file is not there for that form. So, something I've done seems to have convinced vs that I now need to add a .resources file to every form. Either that, or redo a weeks work of recreating each form from scratch. It wasn't that way when I started the day, so its something I did in trying to understand resources. But I don't have a clue as to what it might be. Any ideas on what I did to cause this error? Any ideas on what I can do to fix it to recover this project?
|