EntityCollectionNonGeneric .NET Framework Component: 2.0 to 2.5 conversion

Posts   
 
    
Posts: 42
Joined: 22-Jan-2007
# Posted on: 25-Sep-2007 15:47:57   

How to upgrade (LLBLGEN 2.0 to 2.5) the EntityCollectionNonGeneric .NET Framework component in my VB.NET project ?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 25-Sep-2007 17:16:07   

You mean in a winforms databinding scenario where the entitycollectionnongeneric is dragged upon the form?

Frans Bouma | Lead developer LLBLGen Pro
Posts: 42
Joined: 22-Jan-2007
# Posted on: 26-Sep-2007 08:41:57   

Otis wrote:

You mean in a winforms databinding scenario where the entitycollectionnongeneric is dragged upon the form?

yep.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 26-Sep-2007 10:23:41   

Try the following: 1- Close Visual Studio 2- Uninstall LLBLGen Pro v.2.0 3- Install LLBLGen Pro v.2.5 4- Open your application in Visual Studio 5- Make sure you reference the newly generated code of v.2.5 6- Make sure your application references the v.2.5 runtime libraries. 7- Make sure the new EntityCollection appears in the toolbox. 8- Re-Build the application.