Click here to Skip to main content
15,867,330 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to modify a line in the Word file using C# ? Pin
taibc25-Dec-12 22:46
taibc25-Dec-12 22:46 
QuestionProblem with textbox key down and autocomplete Pin
GrooverFromHolland24-Dec-12 10:34
GrooverFromHolland24-Dec-12 10:34 
AnswerRe: Problem with textbox key down and autocomplete Pin
GrooverFromHolland27-Dec-12 7:56
GrooverFromHolland27-Dec-12 7:56 
QuestionHow to reference .net DLL present in other folder Pin
KASR124-Dec-12 6:58
KASR124-Dec-12 6:58 
AnswerRe: How to reference .net DLL present in other folder Pin
jschell24-Dec-12 8:00
jschell24-Dec-12 8:00 
GeneralRe: How to reference .net DLL present in other folder Pin
KASR125-Dec-12 7:11
KASR125-Dec-12 7:11 
GeneralRe: How to reference .net DLL present in other folder Pin
jschell25-Dec-12 16:32
jschell25-Dec-12 16:32 
GeneralRe: How to reference .net DLL present in other folder Pin
KASR126-Dec-12 1:31
KASR126-Dec-12 1:31 
Lets us take an eg., I have MyApp.exe, Test1.dll,Test2.dll,Test3.dll.

MyApp.exe depends/uses Test1.dll
Test1.dll depends/uses Test2.dll, Test3.dll

If i am installing all binaries to same directory say D:\TestAppln\ then my application will work perfectly.

But due to some issues i need to move Test1.dll to programfiles sub-directory always(e.g, C:\program files\MyCompany) irrespective of installation. My application may reside in any directory.

Since Test1.dll depends on Test2.dll and Test3.dll, i need to copy them from application folder to Test1.dll's folder i'e (e.g, C:\program files\MyCompany). Otherwise Test1.dll will not load.

So my question is how to make Test1.dll to refer its dependant dll from application folder.

I am looking for options other than GAC.
GeneralRe: How to reference .net DLL present in other folder Pin
jschell26-Dec-12 7:48
jschell26-Dec-12 7:48 
AnswerRe: How to reference .net DLL present in other folder Pin
Karthik. A25-Dec-12 5:51
Karthik. A25-Dec-12 5:51 
GeneralRe: How to reference .net DLL present in other folder Pin
KASR125-Dec-12 7:10
KASR125-Dec-12 7:10 
AnswerRe: How to reference .net DLL present in other folder Pin
Alan N26-Dec-12 5:12
Alan N26-Dec-12 5:12 
GeneralRe: How to reference .net DLL present in other folder Pin
KASR126-Dec-12 7:41
KASR126-Dec-12 7:41 
GeneralRe: How to reference .net DLL present in other folder Pin
Alan N26-Dec-12 7:48
Alan N26-Dec-12 7:48 
GeneralRe: How to reference .net DLL present in other folder Pin
KASR12-Jan-13 7:08
KASR12-Jan-13 7:08 
GeneralRe: How to reference .net DLL present in other folder Pin
Alan N2-Jan-13 8:51
Alan N2-Jan-13 8:51 
GeneralRe: How to reference .net DLL present in other folder Pin
KASR18-Jan-13 8:00
KASR18-Jan-13 8:00 
QuestionRe: How to reference .net DLL present in other folder Pin
PIEBALDconsult26-Dec-12 9:13
mvePIEBALDconsult26-Dec-12 9:13 
AnswerRe: How to reference .net DLL present in other folder Pin
KASR126-Dec-12 16:25
KASR126-Dec-12 16:25 
QuestionUsage of Google API in windows application Pin
ukraju24-Dec-12 1:05
ukraju24-Dec-12 1:05 
AnswerRe: Usage of Google API in windows application Pin
David C# Hobbyist.24-Dec-12 2:25
professionalDavid C# Hobbyist.24-Dec-12 2:25 
AnswerRe: Usage of Google API in windows application Pin
Sajeesh Payolam24-Dec-12 20:28
Sajeesh Payolam24-Dec-12 20:28 
QuestionDetecting a 3G connection in Windows 7 and 8 in a desktop application Pin
REDSERPENT724-Dec-12 1:04
REDSERPENT724-Dec-12 1:04 
AnswerRe: Detecting a 3G connection in Windows 7 and 8 in a desktop application Pin
MaulikDusara24-Dec-12 20:44
MaulikDusara24-Dec-12 20:44 
GeneralRe: Detecting a 3G connection in Windows 7 and 8 in a desktop application Pin
REDSERPENT729-Dec-12 21:33
REDSERPENT729-Dec-12 21:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.