Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to cast to a type stored in a field Pin
redivider10-Jun-09 6:49
redivider10-Jun-09 6:49 
QuestionLetter from Number generator Pin
Nooner9-Jun-09 11:17
Nooner9-Jun-09 11:17 
AnswerRe: Letter from Number generator Pin
Christian Graus9-Jun-09 11:21
protectorChristian Graus9-Jun-09 11:21 
GeneralRe: Letter from Number generator Pin
Nooner9-Jun-09 13:25
Nooner9-Jun-09 13:25 
GeneralRe: Letter from Number generator Pin
Christian Graus9-Jun-09 14:27
protectorChristian Graus9-Jun-09 14:27 
QuestionConfig files Pin
CodingYoshi9-Jun-09 11:04
CodingYoshi9-Jun-09 11:04 
AnswerRe: Config files Pin
Christian Graus9-Jun-09 11:14
protectorChristian Graus9-Jun-09 11:14 
AnswerRe: Config files Pin
Dave Kreskowiak9-Jun-09 12:32
mveDave Kreskowiak9-Jun-09 12:32 
CodingYoshi wrote:
I have a .dll with its own config file.


No you don't. .DLL's do not use their own config file, even if you put on in the DLL's project. .DLL's are loaded into the processes that call them, inheriting the host process' config file, if there is one.

Your code has to be explicitly written to find and load the config file your talking about. Config files are normally stored in the same folder as the .EXE using it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Config files Pin
CodingYoshi9-Jun-09 17:22
CodingYoshi9-Jun-09 17:22 
GeneralRe: Config files Pin
CodingYoshi10-Jun-09 3:49
CodingYoshi10-Jun-09 3:49 
QuestionPrevious result of a method call is remembered. Is this related with JIT compiler? Pin
bin_bin19-Jun-09 10:31
bin_bin19-Jun-09 10:31 
AnswerRe: Previous result of a method call is remembered. Is this related with JIT compiler? Pin
Christian Graus9-Jun-09 10:43
protectorChristian Graus9-Jun-09 10:43 
GeneralRe: Previous result of a method call is remembered. Is this related with JIT compiler? Pin
bin_bin19-Jun-09 11:52
bin_bin19-Jun-09 11:52 
GeneralRe: Previous result of a method call is remembered. Is this related with JIT compiler? Pin
Christian Graus9-Jun-09 12:09
protectorChristian Graus9-Jun-09 12:09 
AnswerRe: Previous result of a method call is remembered. Is this related with JIT compiler? Pin
Dr.Walt Fair, PE9-Jun-09 11:58
professionalDr.Walt Fair, PE9-Jun-09 11:58 
QuestionSubmit a specific form in HTML page Pin
Fayu9-Jun-09 10:03
Fayu9-Jun-09 10:03 
Question3D point / 3 axis chart. Pin
amirbrb9-Jun-09 9:36
amirbrb9-Jun-09 9:36 
AnswerRe: 3D point / 3 axis chart. Pin
Seraph_summer9-Jun-09 10:24
Seraph_summer9-Jun-09 10:24 
GeneralRe: 3D point / 3 axis chart. Pin
amirbrb9-Jun-09 10:44
amirbrb9-Jun-09 10:44 
GeneralRe: 3D point / 3 axis chart. Pin
Christian Graus9-Jun-09 11:28
protectorChristian Graus9-Jun-09 11:28 
GeneralRe: 3D point / 3 axis chart. Pin
Seraph_summer9-Jun-09 22:51
Seraph_summer9-Jun-09 22:51 
GeneralRe: 3D point / 3 axis chart. Pin
amirbrb10-Jun-09 6:12
amirbrb10-Jun-09 6:12 
QuestionDatabound controls and best practices Pin
Win81289-Jun-09 9:20
Win81289-Jun-09 9:20 
AnswerRe: Databound controls and best practices Pin
Christian Graus9-Jun-09 11:15
protectorChristian Graus9-Jun-09 11:15 
GeneralRe: Databound controls and best practices Pin
Mycroft Holmes9-Jun-09 14:31
professionalMycroft Holmes9-Jun-09 14:31 

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.