Quote Originally Posted by jmcilhinney View Post
In theory, that's not the case. By default, Save is called implicitly when the application shuts down. There's a check box in the project properties to change that behaviour. You should make sure that that box is checked. If it is then you shouldn't need to call Save yourself. If you do, that suggests to me that your application is not shutting down correctly. An unhandled exception would cause that, as too would stopping the debugger directly rather than exiting the app normally.
i was doing a lot of improper shutting down. However implicitly saving it actually is more of what i wanted anyway as i wanted it saved immediately.

I was unable to find the checkbox.