I'm a bit confused regarding the recommended place to install DLLs. The guidelines article (msdn.microsoft.com/.../ms997548.aspx) suggests creating a System folder under the application folder and then adding it to the App Paths registry key. However, the DLL search order article (msdn.microsoft.com/.../ms682586(v=vs.85).aspx) says that Apps Path is not used when computing the DLL search path. So, should we ignore the guidelines and put all DLLs under the application folder?
↧