Search found 1 match

by masterpix
Wed Mar 06, 2013 9:17 am
Forum: General Questions
Topic: How to read app.config file
Replies: 1
Views: 4033

How to read app.config file

Hi, I have a problem to read app.config file as following. This is my app.config file. <?xml version="1.0" encoding="utf-8" ?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0"/> <supportedRuntime version="v2.0.50727"/> </startup> <runtime> <enforce...