A first chance exception of type 'System.Data.Entity.Core.EntityCommandExecutionException' occurred in EntityFramework.SqlServer.dll
问题 I am trying to call a stored procedure using entity framework 6. I get an error on the output message. A first chance exception of type 'System.Data.Entity.Core.EntityCommandExecutionException' occurred in EntityFramework.SqlServer.dll using (var context = new PartnerPortalEntities2()) { var outputParameter = new ObjectParameter("result", typeof(string)); var spresults = context.assignRoles_CreateAccountAndContacts(user.Id, role, user.AccountId, user.AccountName, user.ContactId, user