Hi team,
I've run into an infuriating problem. I can't select the controls I've placed on a form.
Background :
I've designed a truly simple form with a few Infragistic controls on it, namely the grid, a tabcontrol, a splitter and, a explorerbar and a panel.
After having tinkered about with it, I saved it, and a few days later I came back to the project and everything seemed ok except:
1) can select individual controls - just the entire form
2) adding a new form and then a wingrid to it, the wingrid dissappears!
3) the program runs fine
I don't have this issue in other projects.
Please advice.
Cheers,
Arne
The assembly InfragisticsX.Win.vXX.X.Design.dll must be referenced in your project.
RemithR said: The assembly InfragisticsX.Win.vXX.X.Design.dll 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.