I have a development stopping problem with Visual Studio.
I am making a program using C++ and the Windows Forms Application base.
I am very far into development and have had no problems. However, I have just encountered this today and can not get rid of it.
Upon making changes to my forms using the designer (any changes from new components to cosmetic changes to existing items) and compiling I am thrown this error in a message box:
"Error HRESULT E_FAIL has been returned from a call to a COM component."
The project is then not saved properly and my changes are not seen when the code is running. This is weird as my code compilies without
an error (loads of warnings, but I didn't think that these would have an effect, tell me if they might).
I need this problem fixed ASAP. It is really serious. Can somebody please help?