I'm working on my first LLBLGen project that will be included into at VS 2010 WCF solution. I added the reference to the project to my web service. Then I tried to add the import statements to service and I'm able to do that but when I build the service. I get warning and error messages dealing with anything LLBLGen. The warning messages are telling me that the DLLs are not found. With that being said, I get a error message saying my object collection class is not available. Is there anything special I have to do to use the LLBLGen project?
For example:
Imports NESL.Data.EntityClasses
Imports NESL.Data.CollectionClasses
Thank you.