I finally upgraded my dev machine to Win 7, and an old VS2008 WinForms app using NetAdvantage 2007 v3 does not display a toolbar when I debug it from VS 2008.
It doesn't throw any exceptions, I can step through the UltraToolbarsManager instantiation and the properties look reasonable, but when the WinForm appears there is no toolbar, the grid fills the entire form.
More strangeness: if I build the app installer, install it on my machine, and run the app, the toolbar shows up. Why would this not appear running from the VS2008 debugger?
When I attempt to view the toolbar in the VS2008 design view, I get "This project uses the UltraToolbarsManager Ribbon... See 'Installing Microsoft Office 2007 UI Capabilities' for more information".
I searched for this, and it shows some kind of installer wizard. I have run the NetAdvantage NET 20073 CLR20 SDK installer and do not see this dialog. Is it in a different installer?
I have the same problem. Were you able to fix this?