I have a problem when I compile my windows form application in Visual C# Express Edition 2010.
When I press F5 do debug, I receive this message:
"Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
And points to this line:
Application.Run(new Form1());
I dont know what the problem could be?
Thank you