Click here to Skip to main content
15,901,001 members
Home / Discussions / C#
   

C#

 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
Pete O'Hanlon29-Aug-08 4:40
mvePete O'Hanlon29-Aug-08 4:40 
GeneralRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
Shpendh29-Aug-08 5:08
Shpendh29-Aug-08 5:08 
GeneralRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Pin
lisan_al_ghaib29-Aug-08 5:59
lisan_al_ghaib29-Aug-08 5:59 
QuestionSearching for a windows form repeater-like method Pin
WhoisUrBuddy29-Aug-08 2:54
WhoisUrBuddy29-Aug-08 2:54 
AnswerRe: Searching for a windows form repeater-like method Pin
Abhishek Sur29-Aug-08 4:55
professionalAbhishek Sur29-Aug-08 4:55 
QuestionDropDownList Property Pin
dataminers29-Aug-08 1:49
dataminers29-Aug-08 1:49 
AnswerRe: DropDownList Property Pin
JoeSharp29-Aug-08 2:16
JoeSharp29-Aug-08 2:16 
QuestionHow to communicate with another application from my application? Pin
Tridip Bhattacharjee29-Aug-08 1:49
professionalTridip Bhattacharjee29-Aug-08 1:49 
AnswerRe: How to communicate with another application from my application? Pin
Abhijit Jana29-Aug-08 1:54
professionalAbhijit Jana29-Aug-08 1:54 
GeneralRe: How to communicate with another application from my application? Pin
Tridip Bhattacharjee31-Aug-08 19:54
professionalTridip Bhattacharjee31-Aug-08 19:54 
AnswerRe: How to communicate with another application from my application? Pin
Abhishek Sur29-Aug-08 4:59
professionalAbhishek Sur29-Aug-08 4:59 
QuestionScreen Capture of WebPages Pin
bhavin chheda29-Aug-08 1:34
bhavin chheda29-Aug-08 1:34 
QuestionDDE communication Pin
San29-Aug-08 1:18
San29-Aug-08 1:18 
AnswerRe: DDE communication Pin
Manas Bhardwaj29-Aug-08 1:26
professionalManas Bhardwaj29-Aug-08 1:26 
GeneralRe: DDE communication Pin
San29-Aug-08 2:04
San29-Aug-08 2:04 
GeneralRe: DDE communication Pin
#realJSOP29-Aug-08 2:43
professional#realJSOP29-Aug-08 2:43 
QuestionRe: DDE communication Pin
CPallini29-Aug-08 2:45
mveCPallini29-Aug-08 2:45 
QuestionDDE Pin
San29-Aug-08 1:14
San29-Aug-08 1:14 
AnswerRe: DDE Pin
J4amieC29-Aug-08 2:09
J4amieC29-Aug-08 2:09 
Questionstore datetime from C# code to SQL Pin
Learning IT29-Aug-08 0:18
Learning IT29-Aug-08 0:18 
AnswerIgnore Repost Pin
Manas Bhardwaj29-Aug-08 0:36
professionalManas Bhardwaj29-Aug-08 0:36 
GeneralRe: Ignore Repost Pin
Learning IT29-Aug-08 0:40
Learning IT29-Aug-08 0:40 
GeneralRe: Ignore Repost Pin
J4amieC29-Aug-08 2:11
J4amieC29-Aug-08 2:11 
GeneralRe: Ignore Repost Pin
Learning IT29-Aug-08 19:15
Learning IT29-Aug-08 19:15 
QuestionDLL.Config Pin
Roger Alsing28-Aug-08 23:59
Roger Alsing28-Aug-08 23:59 
If I have an assembly, eg Foo.Dll
And then create a config for it , eg Foo.Dll.Config

What are the requirements for the config file to be uses?

Is it possible to load such config (standard .NET config) for a dynamically loaded assembly?
or can I somehow force a specific config to be loaded so it can be accessed from the Settings class?

The problem I'm facing is a 3rd party tool that loads assemblies from a specific folder.
And I want to supply a standard .NET config for those assemblies.

Right now, those configs are apparently ignored and the settings will fall back to the hardcoded values in the settings class that VS.NET generates..


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.