I am working with Entity Framework in asp.net c# framework 3.5 I have generated entity classes using poco generator template. But I am getting following error:
The type or namespace name
ObservableCollection
could not be found (are you missing a using directive or an assembly reference?)
FYI System.Collections.ObjectModel
is also added in class.
What could be wrong? How to resolve it?
Add WindowsBase to your reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With