CommonEntityBase not found after upgrading to 2.5

Posts   
 
    
madonid
User
Posts: 8
Joined: 17-May-2007
# Posted on: 08-Jan-2008 14:48:34   

I just upgraded to 2.5 after running into a Binary Formatter problem with a previous version. After updating the assemblies in my project to the 2.5 versions, all entity classes now yield the following compile error:

The type or namespace name 'CommonEntityBase' could not be found (are you missing a using directive or an assembly reference?)

Where is this class located?

Thanks...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 08-Jan-2008 17:27:12   

It's likely the code generator couldn't update your cs/vbproj file. Please in vs.net in solution explorer, go to EntityClasses and click the button to show all files. Then select it and rightclick -> include in project.

Frans Bouma | Lead developer LLBLGen Pro
madonid
User
Posts: 8
Joined: 17-May-2007
# Posted on: 08-Jan-2008 17:38:25   

That was it, thanks! smile