Hi Alaan,
If you are using Adapter:
- Include ORMSupportClasses and LinqSupportClasses in your solution and add them as references in your DBGeneric project
- Include <yourDB>DQE in your solution and add it and the ORMSupportClasses in your DBSpecific project.
If you are usin SelfServicing:
- Include ORMSupportClasses, LinqSupportClasses and <yourDB>DQE in your solution and add them as references in your generated code project.
You will receive some errors about the strong key, just comment it out or include your own.
Hope helpful