R
Rainer Weinhold
Hi, I added an app.config via add/new Item to my C++ project. Now when I run
the Project I cant acces the content via :
String ^str=ConfigurationSettings::AppSettings->Get("connStr");
coz the compiler or who ever should it do does not create the
MyApp.exe.config file. When I create this file manully in the debug folder
beside the compiled .exe file it works. So what do I need to do that this
file is automatically created ? In the C# version it worked without this.
regards Rainer
the Project I cant acces the content via :
String ^str=ConfigurationSettings::AppSettings->Get("connStr");
coz the compiler or who ever should it do does not create the
MyApp.exe.config file. When I create this file manully in the debug folder
beside the compiled .exe file it works. So what do I need to do that this
file is automatically created ? In the C# version it worked without this.
regards Rainer