I am using VS 2010 for a Winforms porject. To see the behavior I add a new UserControl to the project and then open the visual designer for the user control. From the Toolbox I drag a UltraLabel, UltraButton etc to the new user control but it does not show in the designer but instead it shows in a container below like a Dataset would if you added it via the designer. If I change the Text property of the UltraLabel, the text does not show anywhere on the UserControl (since I can't even see the UltraLabel on the UserControl I didn't expect to see the text but I thought it was worth testing). I'm wondering how to proceed so I can use the Infragistics controls? Is there something I'm missing?
Thanks
Daren
The InfragisticsX.Win.vXX.X.Design.dll assembly must be referenced in your project.
RemithR said: The InfragisticsX.Win.vXX.X.Design.dll assembly must be referenced in your project.
This is not true. Your project should never reference the design assembly. It is installed on the development machine and placed in the GAC, but you do no need a reference to it in your project and in fact, doing so is dangerous, because you might accidentally distribute it to your clients, which would violate the license agreement and could potentially cause problems on their machines.