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
5520
Problems with designer
posted

Hi,

I used to work with infragistics and recently i installed infragistics2... the prolbem is that when i create a project and design it everything is working fine... but when i close the project and reopen it i can't access the form design and i get errors such as:

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

the type 'Infragistics.Win.UltraWinToolbars.StateButtonTool' has no property named 'ToolbarDisplayStyle'.

Hide   Edit

at System.ComponenetModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)

at

System.ComponenetModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)

at System.ComponenetModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)

 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

this error is appearing for many tool of the infragistics.

i tried rebuilding the project, moving the code from the designer to the code of the form but it didn't work

i would Appreciate any help

thanks

Parents
No Data
Reply
  • 2334
    posted
    Make sure that you are not mixing the different versions of Infragistics in you project. Check your project references and make sure they are all the same version and build. Also, check the bin folder and make sure all of the dll's are the correct version and build.
Children
No Data