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
RemithR said: The assembly InfragisticsX.Win.vXX.X.Design.dll must be referenced in your project.
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.
I had the same problem, all on the same machine, fyi.
I just fixed it by running the Version Utility against my solution, fixed everything up fine it looks like.
After installing NetAdvantage, see if you have this following folder:
C:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\Windows Forms\CLR4.0\Bin - Signed
These are the dlls that my project references too.
Hi, One more thing, as you mentioned in your post, controls needs to convert 13.1 signed version.. Please can you suggest the steps how can we convert the controls to signed version.