Hello,
I am using LLBL Gen Pro version 2.6 Final (June 6, 2008 ), Visual Studio 2005 8.0.50727.42, and an Oracle 10g database.
Recently I switched from using Adapter to Adapter, two class version. This was also after making some changes to the database, but all the changes seemed to be generated fine when I refreshed the schema.
However, when I rebuild in Visual Studio, it is only successful if I use the Net.2.0+ classes for the ORMSupportClass Library. However, in Visual Studio, I now get an error that the LLBLGenProDataSource2 can not be cast to LLBLGenProDataSource2. (I did make sure that LivePersistence was set to false.)
Can you advise me as to which version of the ORM Support libraries I should be using, and how to get the correct DataSource for the Adapter control in Visual Studio?
As an aside, I assumed that it would be better to go to the two class version of Adapter, in order to allow for customization and changes in the future. But perhaps I should stick with the basic Adapter (not two classes) version?
Thanks for any suggestions,
Carol