Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ConfigurationManager.OpenExeConfiguration to open a specific configuration file. When I do I must add a .config onto the file and path or I receive an error. However when I do so the system looks for a file with the extention .config.config. What am I missing?
Posted

1 solution

Chip Wingate wrote:
When I do I must add a .config


No, You should not.

Read this [^]article at msdn. This should help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900