In moving project to adapter.. I created my DALs and refrenced them in new project.
When I try to run asp.net project I get this:
Exception Details: System.TypeLoadException: Could not load type AHIQA3.DAL.EntityClasses.UserEntityBase from assembly AHIQA3.DAL, Version=1.0.1782.20283, Culture=neutral, PublicKeyToken=null.
There are no base classes for these entities in the Adapter classes anymore so Im confused why its looking for them... any ideas?
I get this on any page I set as the start page refrencing another EntityBase it cannot load.
Thanks!!