tags:

views:

17

answers:

0

I have a simple Console Application, and I have several configurable strings in the Resources.resx, but the binary is unable to find its Resources.resx when I do run it from Debug, or Release directory.

When I do run it from VS 2010, everything works fine.

Where should I locate that Resources.resx file?

I tried putting the Resources.resx with the ConsoleApplication.exe together, but no luck. Then, I created a folder called "Properties", as a subdirectory of the ConsoleApplication.exe path, and then the .resx file within it, but it didn't work neither.