Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Invalid cast from 'System.Boolean' to 'Infragistics.Win.DefaultableBoolean' when trying to edit form in VS 2005
posted

Whenever I try opening one of my forms in VS 2005 I get this error message,

Invalid cast from 'System.Boolean' to 'Infragistics.Win.DefaultableBoolean'

I have tried re-building the project but it doesn't help.  I cannot find anywhere in the code where I am casting anything to the DefaultableBoolean type.  This project was handed over to me incomplete and I have been tasked with completing it.  I am pretty sure the form uses a UltraWinGrid control.