Generated EntityCollection class won't compile

Posts   
 
    
clint
User
Posts: 150
Joined: 15-Nov-2005
# Posted on: 30-Nov-2007 00:55:39   

I'm using Version 1.0.2005.1 Final.

The EntityCollection class that was generated won't compile.

It complains about this line:

public class EntityCollection : EntityCollectionBase2

The error is this:

Error 1 Using the generic type 'SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase2<TEntity>' requires '1' type arguments C:\PROJECTS\GCSLRMS_DotNet\PT\PermitTracking\Prod\GCS PT\GCS.PT.DAL\DatabaseGeneric\HelperClasses\EntityCollection.cs 36 34 GCS.PT.DAL

Here is the info that was at the top of the file:

// Code is generated using LLBLGen Pro version: 1.0.2005.1
// Code is generated on: Thursday, November 29, 2007 4:06:51 PM
// Code is generated using templates: C# template set for SqlServer (1.0.2005.1)
// Templates vendor: Solutions Design.
// Templates version: 1.0.2005.1.102305

By the way, I also have LLBLGen version 2 installed on my computer, but this particular project is still using LLBLGen version 1.

Thanks for any help. - Clint

clint
User
Posts: 150
Joined: 15-Nov-2005
# Posted on: 30-Nov-2007 02:58:07   

Never mind. It appears when I regenerated the code, it referenced the wrong versions of the LLBLGen libraries. So I redid the references.