New version requires reference to 1.0.2005.1 dll's

Posts   
 
    
Posts: 30
Joined: 21-Apr-2005
# Posted on: 23-Jun-2006 06:08:01   

I have re-generated a 1.0.2005.1 project in the new beta version. After compiling the LLBL project and adding a reference to my winforms project, I get messages in VS2005 saying that I need to reference orm support dlls from LLBL version 1.0.2005.1. Why is this?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Jun-2006 08:12:46   

Would you please post the exact error text?

It could be just in need for a re-build? (or just delete or files in the bin and obj folders)

Posts: 30
Joined: 21-Apr-2005
# Posted on: 23-Jun-2006 08:54:36   

The message 'Reference required to assembly 'SD.LLBLGen.Pro.ORMSupportClasses.NET11, Version=1.0.2005.1, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' containing the base class 'SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase'. Add one to your project.' shows up in VS2005's Error List window. There is an error listed for each reference to an LLBL entity.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Jun-2006 08:58:54   

Did you try the re-build/cleaning stuff?

Posts: 30
Joined: 21-Apr-2005
# Posted on: 23-Jun-2006 09:01:31   

I did try the rebuild and cleaning stuff. The project is was auto-migrated from VS2003 to VS2005 by the 2005 IDE if that helps.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-Jun-2006 09:12:12   

I must have forgotten this flushed

That's a Known issue: - VS.NET 2005 selects v1.0.2005.1 runtime dlls when a newly generated project is loaded. Workaround: reset the references manually to the proper new runtime libraries.

Remove the references from the projects and re-add them manually.