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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…