Hello,
I've just published my first application using the entity framework and windows forms. It seems to be working fine, except that value changes are visible within the application but not in the database itself. For instance, if I change a value in the application and reopen it, the changes are visible there but not when I open the database in SQL Server Management Studio. Within the application, I call context.savechanges() every time I want to save to the database.
Thanks!