Discussions
UserData in Asi.Soa.Core.Contracts
over 4 years ago by Alex Lippincott
We have a .NET project that uses the UserData object in Asi.Soa.Core.Contracts. It was written on 20.1.1.4 and worked until they upgraded from 20.2.49 to 20.2.65.9830 and it looks like that data contract was consolidated into another object. Does anyone know where the new equivalent is or if there is any documentation on the dll changes? Here are the lines of code having the problem:
MembershipManager membershipManager = new MembershipManager(entityManager);
UserData loggedInUser = membershipManager.FindUserByUserName(user.userName);