Makhaly_cs wrote:
I have found that when viewing the assembly (generated by LLBLGen Pro) in Visual Studio Object Explorer does not contain a CollectionClasses namespace.
If your generated code is for SelfServicing, the namespace should be there for sure. If you open any <NameOfYourEntity>Collection.cs/vb at your generated project, you can see the namespace there. Please double check that you used SelfServicing.
BTW, Did you solve the original problem posted here? It occurs to me that you may be missing some required LLBLGen assembly. Please check Compiling the code docs section. Remember that for LLBLGenProDataSource to work you must include the SD.LLBLGen.Pro.ORMSupportClasses.Web.dll reference.