Click here to Skip to main content
15,898,938 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET 1.1 application performance in Windows 2003 Server Pin
Dave Kreskowiak15-Oct-06 3:49
mveDave Kreskowiak15-Oct-06 3:49 
AnswerRe: .NET 1.1 application performance in Windows 2003 Server Pin
Robert Rohde18-Oct-06 2:11
Robert Rohde18-Oct-06 2:11 
GeneralRe: .NET 1.1 application performance in Windows 2003 Server Pin
Sushant Duggal20-Oct-06 7:55
Sushant Duggal20-Oct-06 7:55 
GeneralRe: .NET 1.1 application performance in Windows 2003 Server Pin
Robert Rohde20-Oct-06 21:46
Robert Rohde20-Oct-06 21:46 
QuestionExporting from a Windows App to a PowerPoint file Pin
gswetha13-Oct-06 6:30
gswetha13-Oct-06 6:30 
QuestionToolStrip TextBox - Why is there no masking character? Pin
conixsdh13-Oct-06 3:37
conixsdh13-Oct-06 3:37 
AnswerRe: ToolStrip TextBox - Why is there no masking character? Pin
Dave Kreskowiak13-Oct-06 4:45
mveDave Kreskowiak13-Oct-06 4:45 
QuestionConfigurationManager - Getting DLL Config settings. Pin
Tristan Rhodes13-Oct-06 3:35
Tristan Rhodes13-Oct-06 3:35 
Hi guys -

When using the 'System.Configuration.ConfigurationManager.AppSettings("key")', it seems like it can only access the config settings defined for the primary assembly running in the app domain.

i.e. i have a program
MasterApp.exe
SOAPProxyLib.dll

Now, if i declare the following AppSetting value in the SOAPProxyLib.config:

<br />
<add key="key" value="value"/><br />


And then invoke it
<br />
Dim lstr As String = System.Configuration.ConfigurationManager.AppSettings("key")<br />


It returns nothing, but if i declare it in the MasterApp.config, this works fine, called from the SOAPProxyLib.

Is there any way i can put the settings i want for the library in the libraries config settings, and manage them independently to the rest of the app?

Cheers

Tris
AnswerRe: ConfigurationManager - Getting DLL Config settings. Pin
Dave Kreskowiak13-Oct-06 4:33
mveDave Kreskowiak13-Oct-06 4:33 
GeneralRe: ConfigurationManager - Getting DLL Config settings. Pin
Tristan Rhodes13-Oct-06 5:52
Tristan Rhodes13-Oct-06 5:52 
QuestionGet a Month collection class Pin
Vipul Mehta13-Oct-06 2:18
Vipul Mehta13-Oct-06 2:18 
AnswerRe: Get a Month collection class Pin
Dave Kreskowiak13-Oct-06 5:41
mveDave Kreskowiak13-Oct-06 5:41 
AnswerRe: Get a Month collection class Pin
Bob X15-Oct-06 14:35
Bob X15-Oct-06 14:35 
AnswerRe: Get a Month collection class Pin
MGoettmann19-Oct-06 23:20
MGoettmann19-Oct-06 23:20 
QuestionHex/decimal/binary textbox. How? Pin
lclarsen13-Oct-06 1:54
lclarsen13-Oct-06 1:54 
AnswerRe: Hex/decimal/binary textbox. How? Pin
Bob X15-Oct-06 15:15
Bob X15-Oct-06 15:15 
QuestionHow to get process's user and domain without WMI Pin
Dave Midgley13-Oct-06 1:17
Dave Midgley13-Oct-06 1:17 
AnswerRe: How to get process's user and domain without WMI Pin
Mike Dimmick13-Oct-06 5:02
Mike Dimmick13-Oct-06 5:02 
GeneralRe: How to get process's user and domain without WMI Pin
Dave Midgley20-Oct-06 0:14
Dave Midgley20-Oct-06 0:14 
QuestionBackground process to automatically deliver mails for certain conditions Pin
Renukapadhamanaban12-Oct-06 16:25
Renukapadhamanaban12-Oct-06 16:25 
QuestionHow can i creat subcategory in the property definition Pin
Lior S12-Oct-06 7:08
Lior S12-Oct-06 7:08 
QuestionProblem in Interop Pin
He is Cool12-Oct-06 5:31
He is Cool12-Oct-06 5:31 
Questionenabling disabling LAN card in shell Pin
Tauseef A12-Oct-06 0:13
Tauseef A12-Oct-06 0:13 
AnswerRe: enabling disabling LAN card in shell Pin
Dave Kreskowiak12-Oct-06 6:34
mveDave Kreskowiak12-Oct-06 6:34 
GeneralRe: enabling disabling LAN card in shell Pin
Tauseef A12-Oct-06 21:53
Tauseef A12-Oct-06 21:53 

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.