Hi all
After several happy years of 3.6.3 and Winforms we are now beginning the transition to asp.net and trying to get up to speed with the newer features of CSLA too.
I'm trying to get the 4.5.30 Project Tracker sample working in Visual Studio 2013 which has taken a while, but I now have everything compiling and the mvc, winforms and wpf projects running and returning read only data.
What I'm stuck with is logging in, it doesn't work for me in any of the projects. I can attach to (localdb)\11 and see the aspnetdb database fine in the Server Explorer in Visual Studio and obviously I'm returning data ok from the actual project tracker database. Is there something obvious I'm missing?
Edit:
The actual issue is that the call to Membership.ValidateUser() is returning false in ProjectTracker.DalEf.UserDal - what would cause that?
Quick steps to reproduce: Open the ProjectTracker sample in VS2013, unload the Mvc3UI project, set the WfUI project as the startup project, run it and try and login.