it seems that I cannot access any of my controls in a previously created tab control on my form. In have attached the picture. If I click on any of the tabs they used to change the controls in the middle of the tab.
My concerns are the controls placed on the bottom do not look the same as in your project. any thoughts on that?
Hi Colin,
From what I can see the controls you have are UltraTabControl, UltraTabSharedControlsPage and four UltraTabPageControls , one for each tab. You are right that these controls are usually not visible in the component tray below the form and can be interacted with through the designer.
After further investigation, I determined that this issue is related to the references in your project. Since you mentioned to be moving to another system, it is possible that the references are no longer pointing to the right location, which can cause the Visual Studio designer not to recognize the files. They should be pointed to your local installation folder. For example:
C:\Program Files (x86)\Infragistics\*your version*\Windows Forms\CLR4.0\Bin\*referenced assembly name*
The installation folder also depends on your system. Additionally, please make sure all dll-s can be found in our product folder and in the C:\Windows\Microsoft.NET\assembly\GAC_MSIL folder as well.
Please, keep me posted on your progress.
Sincerely,Bozhidara PachilovaAssociate Software Developer