I have tried this before...
ok, let see if we have this right...
var pm = new EntityManager();
if(pm.Login(loginCred))
{
pm = new EntityManager(pm, true, "UserExtension", EntityServiceOption.UseDefaultService);
var p = pm.Products.ToList();
}
|
I received an error "Padding is invalid and cannot be removed." when calling "Products.ToList()"