Configuration Settings (app.config)

G

Guest

I am having problem reading the app.config file. I have 2 vb.net executables
one calling the other using process.start method. It seems like when the
calling form is run it reads the configuration file correctly and i get the
values from appsettings. But when i call the second executable from the first
the second executable doesn't read the app.config file. Reading any values
from appsettings give me an empty sting. But when i start the second
application on its own, i get the values from the configuartion settings. It
used to work fine, i have a old copy of it installed on a test machine and it
seems to be working fine. Can anybody help me with some suggestion
Cheers
 
G

Guest

Thanks for you reply,
I will try that..but what is baffling me is that..it was all working fine
the way it is now.. i haven't made any change which should affect this. I
repaired the VS.NET ..but stil the problem exists..

Thanks
 
G

Guest

Thanks sijin..your solution did work for me. I am still baffled how it was
working before without any changes ??

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top