Preserve My.Settings values when upgrading Assembly version

  • Thread starter Thread starter Lucas Bussey
  • Start date Start date
L

Lucas Bussey

When I increase the Assembly & File versions for my project, I lose the
values from the My.Settings resource.

Some of the information I keep in My.Settings is the form size and other
values that are set by the user. When the version is changed those settings
are reverted back to the default values. I would like to maintain those
settings between different versions of my application.

Thanks for any help you might have.

Luke
 
type "c# settings upgrade" into google.
There were some well explaining posts in the top 5 of the search results...
 
Back
Top