I had my program use a different db on the same SQL Server. I removed the original llblgen dll and any reference to the dll.
I created a new dll using the designer and everything on the designer is pointing to the new db and looks good. I generated the dll and thing look fine as my program compiles fine.
However the program is still looking at the orginal db even though I have removed the dll and the reference to the original db. I checked the config file on the designer generated C# code and it has the new db info in it. So is there something I missed?