Click here to Skip to main content
15,913,115 members
Home / Discussions / C#
   

C#

 
AnswerRe: how create a setup of a c# project to run on a server Pin
Clifford Nelson29-May-13 9:17
Clifford Nelson29-May-13 9:17 
QuestionC# use dll in various directory locations Pin
sc steinhayse28-May-13 4:42
sc steinhayse28-May-13 4:42 
AnswerRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 5:04
mveDave Kreskowiak28-May-13 5:04 
Usually, the .DLL referenced will be in the same folder as the .EXE calling it.

But, if that's not possible because of multiple applications refering to the same .DLL, you can put it in another location suiteable for the task, such as a folder under C:\Program Files\Common Files\companyName.

Read this[^] for more information on your options.

You could use a probing path in the app.config for all the applications, but all applications would have to be under the same folder under program files and the .DLL path would have to be under the base application path.

GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 8:55
sc steinhayse28-May-13 8:55 
GeneralRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 9:14
mveDave Kreskowiak28-May-13 9:14 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 9:29
sc steinhayse28-May-13 9:29 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 9:43
sc steinhayse28-May-13 9:43 
GeneralRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 12:34
mveDave Kreskowiak28-May-13 12:34 
GeneralRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 14:14
sc steinhayse28-May-13 14:14 
GeneralRe: C# use dll in various directory locations Pin
Dave Kreskowiak28-May-13 16:14
mveDave Kreskowiak28-May-13 16:14 
AnswerRe: C# use dll in various directory locations Pin
sc steinhayse28-May-13 17:29
sc steinhayse28-May-13 17:29 
AnswerRe: C# use dll in various directory locations Pin
jschell28-May-13 8:43
jschell28-May-13 8:43 
QuestionC# obtain paramter values for dll Pin
sc steinhayse28-May-13 4:41
sc steinhayse28-May-13 4:41 
AnswerRe: C# obtain paramter values for dll Pin
Dave Kreskowiak28-May-13 4:56
mveDave Kreskowiak28-May-13 4:56 
GeneralRe: C# obtain paramter values for dll Pin
sc steinhayse28-May-13 9:14
sc steinhayse28-May-13 9:14 
GeneralRe: C# obtain paramter values for dll Pin
Dave Kreskowiak28-May-13 9:18
mveDave Kreskowiak28-May-13 9:18 
AnswerRe: C# obtain paramter values for dll Pin
sc steinhayse28-May-13 9:44
sc steinhayse28-May-13 9:44 
QuestionAdd Live TV in Asp.Net using c# Pin
Jak Anil27-May-13 23:40
Jak Anil27-May-13 23:40 
AnswerRe: Add Live TV in Asp.Net using c# Pin
Richard MacCutchan28-May-13 0:19
mveRichard MacCutchan28-May-13 0:19 
QuestionCombobox resets its value Pin
Thahir Pattanathel27-May-13 22:43
Thahir Pattanathel27-May-13 22:43 
AnswerRe: Combobox resets its value Pin
BobJanova27-May-13 23:46
BobJanova27-May-13 23:46 
GeneralRe: Combobox resets its value Pin
Thahir Pattanathel28-May-13 1:56
Thahir Pattanathel28-May-13 1:56 
AnswerRe: Combobox resets its value Pin
Abhinav S27-May-13 23:50
Abhinav S27-May-13 23:50 
GeneralRe: Combobox resets its value Pin
Thahir Pattanathel28-May-13 2:02
Thahir Pattanathel28-May-13 2:02 
QuestionMoving picture box with arrow key in vb.net while other controls are also in the same form Pin
Member 834762927-May-13 21:51
Member 834762927-May-13 21:51 

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.