Greetings Pieter,
Assuming you are implementing a WinForms application, you can also use
Application.LocalUserAppDataPath and Application.UserAppDataPath static
properties to retrieve the same value (the Application class is defined
in the System.Windows.Forms namespace).
However, note that you may have problems in future if use the
AssemblyInformationalVersion attribute in combination with these
properties, see the following article for more information:
http://mattonsoftware.com/archive/2006/02/25/6.aspx
Cheers,
Matt