The null value cannot be assigned to a member with type System.Int64 which is a non-nullable value t
- by BritishDeveloper
I'm getting the following error in my MVC2 app using Linq to SQL (I am new to both). I am connected to an actual SQL server not weird mdf:
System.InvalidOperationException The null value cannot be assigned to a member with type System.Int64 which is a non-nullable value type
My SQL table has a column called MessageID. It is BigInt type and has a…