I am currently trying to figure out how to use ASP GridViews together with LLBLGenProDataSources. I have downloaded the example from the homepage:
http://www.llblgen.com/pages/files/Example_3rdParty_LLBLGenProCRUDDemo.zip
When trying to reproduce what is done in the example, I figured out that when I generate the classes from my LGP project, the "CollectionClasses" (and also the "DaoClasses") are not generated. The first folder that I have in my "DatabaseGeneric" folder is "EntityClasses".
I tried to look through the generator options and also through the help and the forum, but could not find anything about this.
I'm looking forward to a hint on how to change the generator setup so that these classes are generated.