I am developing a .NET web project using VS2005 with SP1 and LLBL Gen Pro v2 Adapter scenario (c#) and SQL 2005 Server Standard Edition.
I created a database with 10 tables and generated the DataLayer & DataLayerDBSpecific without any problem. But when i decided to delete one of my tables from the database and regenerated the LLBL project, even if it asked me to reload the DataLayer & DataLayerDBSpecific project from VS2005 enviroment the corresponding Entity class
is still there...eg Myproject.DataLayer\DatabaseGeneric\EntityClasses\FloorEntity.cs where the Floor table has been deleted from my database.
Can anyone advice me on that.
Thanks very much for your time in advance