|
can anybody help me to get the latest csla template and what is entities.tt is it needed?
i am geeting some error in Synchronous Factory Methods (insert/update/delete) while generate class
error: Entities Name 'TestEntities1' does not exist
using (var ctx = Csla.Data.ObjectContextManager<BusinessLogic.TestEntities1>.GetManager(TestModel1.TestEntities1Database.Name))
{
}
|