The null value cannot be assigned to a member with type System.Int64 which is a non-nullable value type?

It has taken a while but I have discovered this was happening and thought I'd share. It was because the table had a trigger on insert. I've wrote about it in more detail here optimistic concurrency exception with triggers .

Although this is with entity framework, I'm still sure it is the trigger causing my dismay from the start.

The value types you have defined in your Result class need to be setup as nullable.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions