I made two class libraries called DAL and BLL. The DAL seems to be working fine. The BLL has a problem. I added a JournalBLL.cs and it work fine. It shows up in the object data source. I added another class called JournalEntryBLL.cs and it's not showing
up in the object data source. it compiles fine but just doesn't show up in the ODS. Any ideas?
I should have told you the DAL houses a strongly typed dataset .xsd file with tableadapters. The BLL houses the business logic i use before sending the data to the database.
pnoneal
Member
353 Points
166 Posts
DAL and BLL
Feb 05, 2012 11:03 PM|LINK
I made two class libraries called DAL and BLL. The DAL seems to be working fine. The BLL has a problem. I added a JournalBLL.cs and it work fine. It shows up in the object data source. I added another class called JournalEntryBLL.cs and it's not showing up in the object data source. it compiles fine but just doesn't show up in the ODS. Any ideas?
I should have told you the DAL houses a strongly typed dataset .xsd file with tableadapters. The BLL houses the business logic i use before sending the data to the database.
Thanks,
Paul