I installed a third party piece of software designed to add mroe user control to the datagridviewer control and then uninstalled it. I found that it has somehow corrupted a Program I'm working on, so that I got the message "Type 'System.Windows .Forms.Form' is not defined" as I rolled over my "inherits system.windows. form.form" line in the code. This happens in all my clases of this project.
When I click on design tabs, I see the error "An error occured while loading the document. Fix the error, and ten try loading the document again. The error message follows: The designer could not be shown for this file because none of the classes within it can be designed."
All othe projects I'm working on work normally. I did a fix install, maybe will completely uninstall and reinstall soon, but haven't yet. I don't really expect that to work since all other projcts work fine. Any other ideas?
When I click on design tabs, I see the error "An error occured while loading the document. Fix the error, and ten try loading the document again. The error message follows: The designer could not be shown for this file because none of the classes within it can be designed."
All othe projects I'm working on work normally. I did a fix install, maybe will completely uninstall and reinstall soon, but haven't yet. I don't really expect that to work since all other projcts work fine. Any other ideas?
Comment