Re: [DOTNET] app.config problem

2002-05-24 Thread Greg Reinacker
sage- >From: Kirk Allen Evans [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 24, 2002 4:50 PM >To: [EMAIL PROTECTED] >Subject: Re: [DOTNET] app.config problem > > >I also have an online chapter describing configuration files avaliable on >Amazon. It has an example of con

Re: [DOTNET] app.config problem

2002-05-24 Thread Majercak Ivan
Great, thx, will take a look at it, and thx also to Mr. Reinacker for great sample! HAND, Ivan -Original Message- From: Kirk Allen Evans [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] app.config problem I also have an online

Re: [DOTNET] app.config problem

2002-05-24 Thread Kirk Allen Evans
scussion [mailto:[EMAIL PROTECTED]]On > Behalf Of > Greg Reinacker > Sent: Friday, May 24, 2002 10:30 AM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] app.config problem > > > You might look at Mike Woodring's per-assembly config file sample, at > > http://

Re: [DOTNET] app.config problem

2002-05-24 Thread Greg Reinacker
ecutable? Will the configs be ignored anyway, will I have to use machine.config instead? Thx in advance for any further hints, Ivan -Original Message- From: Marsh, Drew [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] app.config prob

Re: [DOTNET] app.config problem

2002-05-24 Thread Majercak Ivan
e for any further hints, Ivan -Original Message- From: Marsh, Drew [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] app.config problem Majercak Ivan [mailto:[EMAIL PROTECTED]] wrote: > I have a prob with app.config file - I have c

Re: [DOTNET] app.config problem

2002-05-24 Thread Marsh, Drew
Majercak Ivan [mailto:[EMAIL PROTECTED]] wrote: > I have a prob with app.config file - I have created a class > library as a proxy to webservice and I want to keep my URL > and couple of others dynamic properties in app.config file > (let's say it's called myclass.dll.config), but when I create >

[DOTNET] app.config problem

2002-05-24 Thread Majercak Ivan
Hi, I have a prob with app.config file - I have created a class library as a proxy to webservice and I want to keep my URL and couple of others dynamic properties in app.config file (let's say it's called myclass.dll.config), but when I create a test client application with its own configuration