2) That will work fine as well.
3) Did you add the columns to the ListView itself? You have to define the columns that will belong to the ListView (through the ListView's property sheet, not our type editor). Then, add the display fields and then add the column display values in our type editor (say if you add {0} - Field1 as a display field, then you need to add a FormattedString column value that is {0}). Post a screen shot of the data you entered in the type editor if you still have questions and I'll point you in the right direction.
The only other option would be to create an app.config file that redirects all references of the 6.3.3 DevExpress to the 7.1.6 DevExpress. I'm not sure how to do that explicitly, becasue Visual Studio always adds the app.config files for me when I need an assembly redirect. Check Google for "app.config assembly redirect" and you should find someone that has an explanation on how to do it.
So here's another problem:
1. I generated a BusinessObject using a View instead of a Table.
2. I have customized the columns displayed in a ListView by adding one Display Field and one Column.
3. When I run the application I get an exception of " Column 'Col0' does not belong to table ."
Could this be that BusinessObject is generated using a View instead of a Table?
Thanks again.
I currently evaluating the framework and I am trying to run the DevExpress samples. It seems that those are build with the DevExpress 6.3.3, while I have installed 7.1.6.
Is there a way of running them without re-installing 6.3.3?
Thank you for your time,
George Nentidis