I have a SQL CE databse in a .net 4.0 WPF application, and nothing i do will write to the database. I can enter data directly, and view what i have entered in the application.
I have tried using a DAL, directly with a SqlCeConnection, using a dataTable, and the suggestions of a hundred tutorials... and nothing throws any errors, yet it does nothing.
Everything i can observe in debug mode looks fine...
This is my first WPF application, but i have written several data-heavy asp.net Web Applications and have never had any problems like this.
Any suggestions are appreciated!
-