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?
Hello,
The 10.3 version of the platform installers didn't have the ability to modify features within an installed product. For 10.3, you can modify your features by running the .MSI file directly. 10.3 stores them in the Common Files folder (for example, C:\Program Files (x86)\Common Files\Infragistics). You should see the NetAdvantage_WinForms_20103.msi file. Run a command prompt as an administrator and then launch the MSI file from there if you are on a machine with UAC enabled to ensure that it will run without issues.
When the install dialog appears, you can choose to "Modify" the installation. Click "Next" to continue past the feature tree. You will then be prompted to accept or decline the Office 2007 UI capabilities. Choose to accept them and then continue with the installation.
This should install the necessary Office UI design support.
Hello.
I would also like to install the Office 2007 UI Capabilities. I have alreadiy installed
NetAdvantage 2010 Vol 3. When I start the installation again a dialog is opened
where I can see that everything is already installed (Windows_Forms, Samples and Help).
Besides clicking the "cancel"-button there is nothing I can do.
Could you please inform me what I must do exactly to get the missing components?
Is it necessary to have Office 2010 installed, to develop an application, which uses the Office 2010 Style components of NetAdvantage?
Regards!
If you are having the same probelm, then re-installing the Microsoft Office 2007 UI Capabilities is what you will need to do. Here is a help link for the newest 11.1 version of Net Advantage, however the process is the same in earlier versions:
http://help.infragistics.com/NetAdvantage/WinForms/2011.1/CLR2.0/?page=Win_Installing_Microsoft_Office_2007_UI_Capabilities.html
Please let me know if you have any questions.
Yes, I did fix this, but cannot remember how. I may have had to re-install the Microsoft Office 2007 UI capabilities as described here: http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Win_Installing_Microsoft_Office_2007_UI_Capabilities.html
I have the same problem. Were you able to fix this?