Hi all,
I'm sure I'm missing something here...but I can't seem to be able to add an UltraListView control to a Windows Form. When I drag and drop the control onto the Form, it simply gets displayed along the bottom bar in the designer (like all non-GUI controls e.g. the exporters etc.).
The designer that's supposed to be available when you right-click the control is also not available.
I've tried placing it in a panel too as it is in the File Explorer sample, but the same thing occurs...any ideas anyone?
Cheers,
Richard
have you added the appropriate references?
sheeba_y said: have you added the appropriate references?
I have this reference:
Infragistics2.Win.UltraWinListView.v9.1
Is that all that is required?
This post is really helpful.
I follwed the steps given basically checking the Infragistics Bin folder.
I have installed it for the first time. Still the above problem occured.
After reading this post, I checked the path for my dlls by mistake it was referring the files from 'C:\Winows\Assembly' due to which I was facing the same problem that I could not able to drag n drop the control on the windows form.
I deleted all the refereced dlls and then added the reference from "C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\Windows Forms\Bin\Infragistics2.Win.UltraWinChart.v11.1.dll"
where the Infragistics has been installed.
Thanks a lot to Richard!!!!
SOLVED:
It was referencing an old Infragistics reference. I removed the old ListView reference and added the component. It presumably added the new reference instead and the component was added to the form successfully.
I did a lot of fiddling about with removing all the controls from the toolbox and adding them again using the Infragistics toolbox Utility, changing the references etc. so it could of been a number of things that solved it, in fact...
Thanks for your help Sheeba,
--Edit--
The problem occured after installing a hotfix. The simple, clean way to ensuring your application uses the most recent dlls/references (i found) is to:
As long as you ensure there are no old references, you'll have no problems. I had missed a couple and it made the application fail to load some of the components, or dlls.
Hope that helps anyone who gets into the same mess as i did. =)