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.