Hello,
I just get started with llblgen version 3.
It's installed on a 64 bit machine with W7 on it.
Now when i install llblgen it had this default location:
C:\Program Files (x86)\Solutions Design\LLBLGen Pro v3.0
I paste the license file there and i get errors that it need a license file. :-(
What i did is installed it again and moved it to this location
C:\Program Files\Solutions Design\LLBLGen Pro v3.0
There i paste the license file and it works ! :-)
Now ...
I created a new solution with llblgen and select an existing database.
(Reverse engenier the entities and my entities are created.)
Now after that i pres F7 (fill in the fields, and select adapter mode and 4.0 framework)
In my VS2010 i add the 2 new existing projects.
When i hit compile the references are not correct. I selected the correct location and the reference problem was gonne.
i hit Build project button and i get these errors from my DBSpecific project.
Error 1 'SMSModule.DAL.DatabaseSpecific.DataAccessAdapter' does not implement inherited abstract member
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase. InsertPersistenceInfoObjects(SD.LLBLGen.Pro.ORMSupportClasses.IPredicateExpression)'
C:\Projects\InoPowerV5.0\SMSModule\SMSModule.DAL\ DatabaseSpecific\DataAccessAdapter.cs 31 23 SMSModule.DALDBSpecific
Error 2 'SMSModule.DAL.DatabaseSpecific.DataAccessAdapter' does not implement inherited abstract member
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.CreateNewPhysicalDataAdapter()'
C:\Projects\InoPowerV5.0\SMSModule\SMSModule.DAL\DatabaseSpecific\DataAccessAdapter.cs 31 23 SMSModule.DALDBSpecific
Error 3 'SMSModule.DAL.DatabaseSpecific.DataAccessAdapter' does not implement inherited abstract member
'SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.CreateNewPhysicalTransaction()'
C:\Projects\InoPowerV5.0\SMSModule\SMSModule.DAL\DatabaseSpecific\DataAccessAdapter.cs 31 23 SMSModule.DALDBSpecific
Error 4 'SMSModule.DAL.DatabaseSpecific.DataAccessAdapter' does not implement inherited abstract member
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.CreateNewPhysicalConnection(string)'
C:\Projects\InoPowerV5.0\SMSModule\SMSModule.DAL\DatabaseSpecific\DataAccessAdapter.cs 31 23 SMSModule.DALDBSpecific
Error 5 'SMSModule.DAL.DatabaseSpecific.ComPlusAdapterContext' does not implement inherited abstract member
'SD.LLBLGen.Pro.ORMSupportClasses.ComPlusAdapterContextBase.CreateDatabaseConnection(string)'
C:\Projects\InoPowerV5.0\SMSModule\SMSModule.DAL\DatabaseSpecific\DataAccessAdapter.cs 157 23 SMSModule.DALDBSpecific
After that i checked if something is missing ... but i did not find something to change.
When i did the test with LLBLgen version 2 i get this result.
The references are not correct (and i changed them)
when i hit build i get no errors. :-)
The same thing for the other project.
There i have other problems in version 3 but not in version 2.
What did i do wrong ?
Tomorrow i try this test on a 32 bit machine. I will let you know the result of that.
please help me out on this becaus i would like to use version 3 instead of version 2.
Kris