I am getting crazy !!!
I have write a simple application that sync the local data cache database.
When I use datasets adpter (ADO.NET 2.0) I can sync bydirectionally databases in multiple applications without problems.
Whan I use Entity framework, the first instance of my application can see the updates, but new instances of my application do not reflect the modifications.
Probably it's connect with Entity framework cache problem, but I am unable to understand how to proceed.
Thank you.
Giuseppe