Unable to create a constant value of type ‘System.Object’ in Entity Framework
I have a table named UserTenders having many-to-one relationship with aspnet_Membership table.
I am using EntityFramework 4.0 and when I try something like this, it errors.