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.