Compile Error: ProductSupplierEntityFactory' is not defined.

Posts   
 
    
trevorg
User
Posts: 104
Joined: 15-Nov-2007
# Posted on: 06-Dec-2008 05:48:19   

I'm just starting a new project and am getting this error after I generate:

Error 1 Type 'ProductSupplierEntityFactory' is not defined. C:\~Dev\Red Moon\~Dev\Domain\CollectionClasses\ProductSupplierCollection.vb 38 19 RedMoon.Domain

(I am getting the same error for every entity.)

I get no errors during code generation process, but the project won't compile....I've never had this problem before.

Environment: VS2008 / .Net 2.5 SP1 LLBLGen 2.6 Final VB.Net .Net 3.0 Self Servicing

Any ideas??

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 06-Dec-2008 08:58:26   

Hi Trevor wink

Plese check that you have the right references on the project. Also check that you aren't using any reserved .Net/LLBLGen names Also, could be that the folder where you generate is a little messy. Generate to an empty folder to double check this.

http://llblgen.com/TinyForum/Messages.aspx?ThreadID=14289&StartAtMessage=0&#79732 http://llblgen.com/TinyForum/Messages.aspx?ThreadID=13404&StartAtMessage=0&#74620

David Elizondo | LLBLGen Support Team