Problems compiling project from past

Posts   
 
    
JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 30-Nov-2004 16:03:44   

I am starting a new project that I want to use LLBLGenPro on, and I opened my previous project, which I hadn't opened in about two months; since then I have of course uprgaded to the latest version.

First thing I noticed on opening project was following message in task list:

 Warning: The dependency 'SD.LLBLGen.Pro.ORMSupportClasses.NET11, Version=1.0.2004.1, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' in project 'OEL GUI' cannot be copied to the run directory because it would overwrite the reference 'SD.LLBLGen.Pro.ORMSupportClasses.NET11, Version=1.0.2003.3, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27'.

I attempted to rebuild just the DAL, and got a slew of these:

 ...(45): 'OEL.CollectionClasses.AddressTypeCollection' does not implement inherited abstract member 'SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase.GetMulti(SD.LLBLGen.Pro.ORMSupportClasses.IPredicate, long, SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression, SD.LLBLGen.Pro.ORMSupportClasses.IRelationCollection, int, int)'

confused

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 30-Nov-2004 16:29:53   

Your older project is generated and build against the 1.0.2003.3 runtimes. The current runtimes are 1.0.2004.1 (which are also the runtime libs in the default folder in the llblgen pro installation folder).

If you want to use 1.0.2004.1 functionality, regenerate the code using the new templates and build your project again.

Frans Bouma | Lead developer LLBLGen Pro
JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 01-Dec-2004 03:42:30   

Ah! I never would have had this problem if I had developed this application in PAL (Paradox Application Language).

stuck_out_tongue_winking_eye

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 01-Dec-2004 09:39:28   

heh simple_smile But then you would have to work with paradox wink

Frans Bouma | Lead developer LLBLGen Pro
JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 01-Dec-2004 15:15:49   

Ha ha. I wonder what we will be doing 20 years from now?

Hopefully I'll be retired. disappointed