I had this problem in windows XP. couldn't fix it.
recently upgraded to windows 7. I figured this would finally go away, but now after upgrading the OS I am running into the same issue. which is:
My solution has a Infragistics.Win.UltraWinGrid.UltraGrid
When i open this grid in the designer. I don't get the infragistics designer. The one that has a START button that let's me configure it (choose columns etc) I tried installing a few versions of infragistics, but nothing seems to work! here is what i have installed currently:
this is ultra frustrating
Hello Squarewave24,
If you are seing the the UltraGrid control inside the component tray this is an indication that your Visual Studio couldn't find the UltraGrid Design assembly - (Infragistics2.Win.v10.1.Design.dll for example)
Also this behavior could be caused due to the problem with your installation of NetAdvantage product and if the design assembly is no properly installed in the GAC.
Another reason that I could think of is if your Infragistics assemblies have it's CopyLocal property set to True. Could you please verify that that your project is not referencing mixed versions of the Infragistics assembiles?
If the designer is not showing at all, than I could suggest you opening the Licenses.licx file and delete the Infragistics references from there, clean and rebiuld your applicaiton prior opening your designer and running your application.
Please feel free to let me know if you have any further questions with this matter.
thanks Danko
so judging by the list of my installed components, which is the correct version that would have this component? and which is DLL responsible for loading the editor? are there some versions i should uninstall?
not sure what you meant by " If you are seing the the UltraGrid control inside the component tray"
i am seeing a grid, but don't see a way to edit it visually. don't see a way to pull up that infragistics columns editor.
Take a look at the references in your project. All of the Infragistics assemblies should be the same version and make sure CopyLocal is set to false on all of them.
The Design assembly should NOT be referenced by your project, but it has to be in the GAC on your system and is must be the same version as the assemblies you are using. If it's not there, or it's the wrong version, then that's a problem.
You may also want to run the Infragistics Toolbox utility. If your toolbox is pointing to the wrong version of the assemblies, it could cause the problem you are having. So the Toolbox utility will update the toolbox in Visual studio with the correct versions.
ok, here are my refernces:
they were all set to copy local = true, so i set them to "false"
cleaned, rebuilt.
also, licenses.licx file is empty.
still the same problem. looking for toolbar utility.. i know i've run it in the past but that didn't seem to do anything..
I uninstalled all other versions leaving only 2008.2
all references in my solution, reference version:8.2.20082.2204
same as what is in my GAC.
my copy local is set to False on all references.
visual studio now takes extra time loading infragistics toolbox.
i still don't have a way to edit this grids columns.
please advise.
I have read the description and I have also found that you have case regarding the same issue - CAS-74194-HCNPZ0 so I am going to respond to your case.
If you have any other questions questions please feel free to let us know.