Skip to content

Client v.s. Service side evaluation

Stef Heyenrath edited this page Oct 27, 2020 · 1 revision

System.InvalidOperationException HResult=0x80131509

This problem is more generic, like in EF 2.x some code was evaluated at the client but there was no feedback about this. In EF 3 that same code will throw exception.

See also these links: