C# Putting the required DLLs somewhere other than the root of the output
        Posted  
        
            by aip.cd.aish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aip.cd.aish
        
        
        
        Published on 2010-03-15T07:01:35Z
        Indexed on 
            2010/03/15
            7:09 UTC
        
        
        Read the original article
        Hit count: 526
        
I am using EmguCV for a project and when our program runs it needs some dlls like "cxcore.dll" etc. (or it throws runtime exceptions). At the moment, I put the files in the root of the output folder (selected "Copy Always" in the file's properties in Visual Studio).
However it looks a bit messy, to have about 10 different dlls just there. Is there someway where I can move it to a subfolder in the output folder and it'll still find it.
© Stack Overflow or respective owner