datasource doesn't pick up regenerated changes

Posts   
 
    
lomaxx
User
Posts: 1
Joined: 09-Aug-2006
# Posted on: 09-Aug-2006 12:16:23   

Hi,

I've been evaluating llblgen for a couple of days, and I made a couple of changes to my database schema. I loaded the changes from the catalogue, then regenerated the code. I then did a recompile and rebuilt the entire solution.

One of the changes I made to the schema was to add a new column to one of my tables.

What I am now trying to do is get this column to show up in the LlblgenDatasource2. I've removed and re-added the assemblies, removed and re-added the references, rebuilt the solution and removed and added the datasource controls to hte taskbar, however when I drag and drop them into the designer, then drag and drop a gridview on there and set the datasource, it isn't picking up the correct changes. Can you please advise as to what I might be doing wrong?

Regards lomaxx

EDIT: I think i figured it out, but if others have any comments on this i'd be interested to hear them.... basically what i did was delete the actual reference in the project property pages, then re-add them again (i'm using vs2005 with c# and webforms FYI). that has seemed to fix the problem, however like i said, if anyone can offer some insight as to why this is required i'd be glad to hear it.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 09-Aug-2006 14:22:59   

I think this is a VS.Net bug, that keeps track of old assemblies rather than using the new ones

Posts: 1268
Joined: 10-Mar-2006
# Posted on: 09-Aug-2006 17:35:58