Using UserAppDataRegistry

  • Thread starter Thread starter Todd Thomson
  • Start date Start date
T

Todd Thomson

I would like to use Application.UserAppDataRegistry to
save some application setters relevent to the user. My
problem is with the ProductVersion portion of the key path.

The ProductVersion includes the build and revision numbers
which I do not want to use when accessing the registry ( I
just want to use the major and minor #s. ).
 
Using [assembly: AssemblyInformationalVersion("1.0" )]
gives the proper PRODUCT version information which is then
used by UserAppDataRegistry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top