In a VS2012 solution I build successfully, set my Debugging working directory to a directory outside my bin directory, and start debugging my startup project by pressing F5. After loading a number of DLLs I get the error message from VS2012 that a DLL, which I can clearly see in my Debugging working directory, cannot be found.
Why is this happening ?
The normal search path for DLLs looks in the working directory. Why does not VS2012 not look there ? This worked without any problem in VS2010. Is there a workaround or reason for this problem ?