I'am using Entity Developer 5.0.66.0 and VS2012.
I try to make an DbContext Model with Entity Framework 5 support and the copy template option in the Wizard. So far so good. My data classes and DbContext Classes have been created.
But if i change the template (implement INotifyPropertyChanged) nothing happend.
The Template is written to disk, but the data classes always created with the old Templates.. (seems to be some kind of caching Feature

I try to change the edml and run custom tool, but as before the old template generate the classes.
Only if restart VS2012 the new Template takes over the Code Generation.
Please Help, thanks
edit: Ok, closing the edml and opening again seems to have the same effect as vs restart.