Settings.Default.<property> always returns default value instead of value in persistant storage (XML file)
问题 I recently wrote a DLL in C# (.Net 2.0) which contains a class that requires an IP address. A co-worker of mine altered the class to retrieve the IP from a ".dll.config" (XML) file -- This apparently is automatically generated by the "Application Settings" file he created (Settings1.settings). The benefit of this was to allow the end-user to change the IP address in the XML/config file at will. Unfortunately, when I check his code out of the tree and try to compile (or use) this new code, any