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
1745
Unable to use the Designer
posted

Previously I used VS2005 with NetAdvantage 10.3. Everything worked fine in all situations.

I upgraded to VS2008 with NetAdvantage 11.2 and the app still compiles and runs without any problems, but if I open any form in the designer I find that some of the controls are drawn at Location 0,0 within their parent control.
I also find that I am unable to click on many of the controls. I have to select them from the dropdown list if I want to see their properties.
For example, the only way to change tabs on your UltraTabControl is to select the tab control from the dropdown list and then change its SelectedTab property.

Each dialog has a System.Windows.Forms.Panel on it with Dock=Fill, as the background control.
For most controls (but not all) it acts as though this panel is at the front - but SendToBack makes no difference.
It also displays many of the controls in the bar below the design surface where it normally displays non- visual controls.

It looks like maybe there is a mismatch between the Designer.vb file and the resx file (eg. Location)

Could something be causing it to use the designer from one version of your controls with the actual control from another?
Any other ideas?

Thanks
Mike

Parents
  • 20872
    Offline posted

    Hello Mike,

    What you could try here is to go to the Infragistics assemblies that you are referencing and set their "Specific Version" property to False.
    Also please open your "licenses.licx" file and remove the Infragistics content from there.

    Once you have done so, please "clean" and "rebuild" your application.

    If you have any other questions with this matter please do not hesitate to contact us.

     

Reply Children