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
As for the DataSources.
I try to skip the ConnectionManager wizard, and read a connection string from a configuration file. I add a few connection string in the DataLayer.DataSources collection. When using a BO I set the DataSourceKey property and it works ok. When populating a grid with a BO, the grid create a BO instance on its own. How can I set the DataSourceKey for that instance to? The PopulatationDataSourceSettings property does not have property for that. I set the DataSourceKey at the BO's contructor. Is there another preffered way?
Thank you for your help.