Answered Application Settings

  • Thursday, February 23, 2012 1:11 AM
     
     

    Quick question--if I create a settings file for my wpf, what file would I need to include in the installer in order for the program to be able to store its settings when installed on other computers?

    Thanks!

Answers

  • Thursday, February 23, 2012 1:40 AM
     
     Answered

    If you mean the project's properties/settings, these are embedded in your application, included in the exe.

    The actual file is ../properties/settings.settings, but you can open it with notepad, it's just an XML text file.

    If you build and look in your bin folder, or publish and pull the deploymant apart, you won't find it physically anywhere.

    Regards,
    Pete


    #PEJL

    • Marked As Answer by Bram Osterhout Thursday, February 23, 2012 6:44 AM
    •  

All Replies