Change WealthLabPro.exe.config file
Author: mikhmv
Creation Date: 6/23/2008 9:00 PM
profile picture

mikhmv

#1
Hi,
I need to add next section in your config file:
CODE:
Please log in to see this code.

How can I do it?
profile picture

Eugene

#2
Does it look like a more general .NET question?

Writing to Your .NET Application's Config File
Application Configuration Editor using the PropertyGrid

Or there is more to it?
profile picture

mikhmv

#3
Hi Eugene,
I need to add it in WealthLabPro.exe.config
when i tried to do it WL5 didn't run and give message about error
Following example doesn't work:
CODE:
Please log in to see this code.
profile picture

Eugene

#4
Sorry I have no idea why would you need it. You're on your own to experiment with undocumented features. Good luck.
profile picture

mikhmv

#5
I would like to use one library (not mine) and this library can read config only from main application
But any way, Thank you
profile picture

Eugene

#6
Wait, I see where the problem was:

CODE:
Please log in to see this code.


Here's what you need to do (tested with WLD 5.1, launches w/o an error).

1. Remove the 2nd "configSections".
2. Move the "Mpi" line to the beginning:

CODE:
Please log in to see this code.
profile picture

mikhmv

#7
IT IS WORK!!!!!!!
Thanks a lot!!!!!!!!
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).