Hi Daelmo,
1) Self Service. Linq Present (SQL Server)
2) I get same namespace assembly. My question is how to set this up in Visual Studio.
Example:
Current Solution=
Project:'AcmeBizCore (LLBLGen Generated Project)
Project:'AcmeWPFApplication (With Reference to AcmeBizCore)
Proposed Solution Layout=
Project:'AcmeBizCore (LLBLGen Generated Project)
Project:'AcmeBizFULL (Reference to 'AcmeBizCore' - but with new partial classes - all in same namespace/assembly)
Project:'AcmeWPFApplication (With Reference to AcmeBizFULL)
Is that correct?
Thanks