Generated DataAccessAdapter class won't compile.

Posts   
 
    
clint
User
Posts: 150
Joined: 15-Nov-2005
# Posted on: 30-Nov-2007 01:01:14   

I'm using Version 1.0.2005.1 Final.

The DataAccessAdapter class that was generated won't compile.

It complains about this line:

public DataAccessAdapter()

The error is this:

Error 2 No overload for method 'DataAccessAdapterBase' takes '0' arguments C:\PROJECTS\GCSLRMS_DotNet\PT\PermitTracking\Prod\GCS PT\GCS.PT.DAL\DatabaseSpecific\DataAccessAdapter.cs 69 10 GCS.PT.DALDBSpecific

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:49 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:57:33   

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