Search:
Namespaces
Discussions
.NET v1.1
Feedback
Configuration Settings (app.config)
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework.windowsforms
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Sharad (VIP)
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
Reply to this message...
Sijin Joseph
Try setting the Working Directory property of the
ProcessStartInfo
before starting the second exe.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
Sharad wrote:
[Original message clipped]
Reply to this message...
Sharad (VIP)
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
"Sijin Joseph" wrote:
[Original message clipped]
Reply to this message...
Sharad (VIP)
Thanks sijin..your solution did work for me. I am still baffled how it was
working before without any changes ??
Cheers,
"Sharad" wrote:
[Original message clipped]
Reply to this message...
System.Diagnostics.ProcessStartInfo
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com