I have created a C# project in Visual Studio 2012. This project has user settings associated with it (through Project Properties).
When I open it in my projects release folder, it works exactly as expected, however when I copy it to another directory (along with the required DLLs) it fails to open. The error it returns is:
System.IO.FileLoadException
Previous versions without the user settings work without problem. There are also some other changes made in this version, but I think that the user settings is the most likely culprit.
Does anyone have any suggestions as to what might be the problem?