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
85
Errors in Visual Studio Design View
posted

I am getting several errors from the Visual Studio designer when attempting to open user controls containing UltraGrids.  Some of the errors listed are...

The type 'Infragistics.Win.UltraWinGrid.UltraCombo'has no property named 'CharacterCasing'

Object of type 'Infragistics.Win.Apperance' cannot be converted to type 'Infragistics.Win.AppearanceBase'

The type Infragistics.Win>ultraWinGrid.UltraGridOverride' has no property named 'HeaderStyle'

These errors are all contained in the .Designer.cs files for the controls, and prevent me from using the VS designer for these controls.

I have previously seen these errors and was able to get rid of them by re-building the project and/or closing and re-opening the solution in VS. Unfortunately these errors are now persistent.

Does anyone know how to fix this?

I am using NetAdvantage 2009 v9.1

Parents
  • 17259
    Offline posted

    Did you just install a hot fix? If so, use the project upgrade utility to upgrade the references.

    Another reason is that when you drag a grid it should add references to Win and Shared dlls, but it is not always working so add them manually. Recreate the controls tab to fix it.

Reply Children