I'm using Settings in my C# application, and I have had no problems in my program up until yesterday, when I tried to debug my program, it stopped right after it started, and C# pointed me to the code for the Settings file, and it showed a message saying "Configuration System failed to initialize". Why is it doing this? My program worked fine, and literally without any changes, when I ran it again it showed this message. I've tried creating a new variable in Settings and using that, and it does the same. So I deleted it and created a new one, and still it happens. Please help!