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.
 
Back
Top