This is a discussion on Can we put the reference dll in to a specific folder? within the C# Programming forums, part of the Software Development category; Hi there, I'm developing an application which is referenced a dll using VS 2005. When I compile that, it ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi there, I'm developing an application which is referenced a dll using VS 2005. When I compile that, it will put the referenced dlls to the same folder with .exe file, but I want to put those dlls in a child folder like "dlls/" . How to do that?
__________________ cheers Aman |
| Sponsored Links |
| |||
| If the dlls aren't in the same folder as the exe your exe won't usually find and load them (if they're .NET assemblies).
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
| |||
| You can add some subfolder to your AppDomain by using AppDomainSetup.PrivateBinPath. Additional you can use the obsolete method AppDomain.CurrentDomain.AppendPrivatePath but using the first one should be your favorite.
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extracting specific elements from listbox | Kirubhananth | ASP and ASP.NET Programming | 5 | 04-08-2008 10:35 PM |
| pagination for a folder? | saravanan | PHP Programming | 0 | 03-21-2008 05:53 AM |
| How do I move the scrollbar to a specific position? | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 3 | 10-27-2007 12:15 AM |
| deleting specific rows in a table using php | Archimedees | PHP Programming | 6 | 09-14-2007 02:51 AM |
| goto specific scene | nssukumar | Flash Actionscript Programming | 1 | 07-24-2007 01:14 AM |