Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to check are files for complex script and rtl languages installed Pin
Giorgi Dalakishvili30-Oct-08 4:15
mentorGiorgi Dalakishvili30-Oct-08 4:15 
GeneralRe: How to check are files for complex script and rtl languages installed [modified] Pin
Dino Mulahusic30-Oct-08 5:00
professionalDino Mulahusic30-Oct-08 5:00 
Questionapp config file issue Pin
George_George30-Oct-08 3:43
George_George30-Oct-08 3:43 
AnswerRe: app config file issue Pin
Giorgi Dalakishvili30-Oct-08 4:12
mentorGiorgi Dalakishvili30-Oct-08 4:12 
GeneralRe: app config file issue Pin
George_George30-Oct-08 23:38
George_George30-Oct-08 23:38 
GeneralRe: app config file issue Pin
Giorgi Dalakishvili30-Oct-08 23:45
mentorGiorgi Dalakishvili30-Oct-08 23:45 
GeneralRe: app config file issue Pin
George_George31-Oct-08 0:02
George_George31-Oct-08 0:02 
GeneralRe: app config file issue Pin
Giorgi Dalakishvili31-Oct-08 1:08
mentorGiorgi Dalakishvili31-Oct-08 1:08 
Here: Storing configuration settings for your DLL to use [^]

One solution is to set config file for the appdomain using SetData method.
App.Config for your DLL[^]

Or you can use OpenMappedExeConfiguration method from dll and specify name of the config file but it means that you need to hardcode config file name you need to make sure multiple dlls don't use config files with same name.

There are other methods too:
Managing Multiple Configuration File Environments with Pre-Build Events[^]

App.config in C# with VS2005 - Part II: DLL within an EXE[^]

Giorgi Dalakishvili

#region signature
My Articles / My Latest Article[^] / My blog[^]
#endregion

GeneralRe: app config file issue Pin
George_George4-Nov-08 2:22
George_George4-Nov-08 2:22 
AnswerRe: app config file issue Pin
Dave Kreskowiak30-Oct-08 6:17
mveDave Kreskowiak30-Oct-08 6:17 
GeneralRe: app config file issue Pin
George_George30-Oct-08 23:40
George_George30-Oct-08 23:40 
GeneralRe: app config file issue Pin
Dave Kreskowiak4-Nov-08 6:51
mveDave Kreskowiak4-Nov-08 6:51 
GeneralRe: app config file issue Pin
George_George6-Nov-08 2:50
George_George6-Nov-08 2:50 
GeneralRe: app config file issue Pin
Dave Kreskowiak7-Nov-08 13:19
mveDave Kreskowiak7-Nov-08 13:19 
QuestionThreading Pin
caradri30-Oct-08 3:25
caradri30-Oct-08 3:25 
AnswerRe: Threading Pin
Eddy Vluggen30-Oct-08 4:10
professionalEddy Vluggen30-Oct-08 4:10 
AnswerRe: Threading Pin
Giorgi Dalakishvili30-Oct-08 4:13
mentorGiorgi Dalakishvili30-Oct-08 4:13 
QuestionModal Dialog Behavior Problem Pin
selcuks30-Oct-08 3:19
selcuks30-Oct-08 3:19 
QuestionCan somebody translate this and tell me what it means Pin
netJP12L30-Oct-08 2:53
netJP12L30-Oct-08 2:53 
AnswerRe: Can somebody translate this and tell me what it means Pin
led mike30-Oct-08 6:02
led mike30-Oct-08 6:02 
AnswerRe: Can somebody translate this and tell me what it means Pin
Dave Kreskowiak30-Oct-08 6:15
mveDave Kreskowiak30-Oct-08 6:15 
QuestionForcing Usercontrol to forward focus to its current child control Pin
AndrusM30-Oct-08 2:28
AndrusM30-Oct-08 2:28 
QuestionCannot implicitly convert type 'System.DateTime' to 'string' error is rising Pin
Samiullah30-Oct-08 1:20
Samiullah30-Oct-08 1:20 
AnswerRe: Cannot implicitly convert type 'System.DateTime' to 'string' error is rising Pin
TommyTomToms30-Oct-08 1:23
TommyTomToms30-Oct-08 1:23 
AnswerRe: Cannot implicitly convert type 'System.DateTime' to 'string' error is rising Pin
CPallini30-Oct-08 1:28
mveCPallini30-Oct-08 1:28 

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.