Hi
I'm using Entity Framework v1 and VS 2008.
From what I read on the internet articles I understand that the modified entity need only SaveChanged(true) after modifying its properties to be updated in the database.But in my case nothing happened I even don't get an exception.SaveChanged return
0 and the changes I made are not saved in the database?!.
The Entity I'm modifying is a child entity in one to many relation.
I realy don't know what should I do?.
I am too late but i will never give up