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
300
Toolbar Missing!
posted

I'm using "Infragistics.Win.UltraWinToolbars.UltraToolbarsManager" version 9.1

it works fine in my old machine.

Recently, I get a new machine HP400.  The application works fine for the first time I start it.

But after I close my app and start again, the toolbar get disappeared!!! This is happening in all the new machine environment.

And we need to restart the machine (which is very very bad) to solved this problem. But, if I restart the app, the toolbar get disappeared again!!

Please help, this is very urgent.

Thanks,

  • 44743
    posted

    Can you turn on first chance exceptions in VS to see if any exceptions are being thrown and caught?

    Are you saving out a layout file for the UltraToolbarsManager and reloading it when the application starts, or do you have UltraToolbarsManager.SaveSettings set to True? If so, stop loading the settings, or turn off SaveSettings, and see if the problem still occurs? The settings file could be in a bad state.