I inherited a simple C# project without a App.config file. I need it now. How should I create one? manually or VS 2008 can do it for me?
A:
You can do it either way. Right-click the project, select Add New Item, and then click on the Application Configuration item.
Simple.
Cyberherbalist
2010-04-30 20:26:10
+3
A:
In VS 2008, right click the project, click Add -> new Item. Find 'Application Configuration File' under Templates. Click 'Add' and your done.
Kelly
2010-04-30 20:26:26
A:
You can do either; manually create it in the root of the project, or just add it using New Item and choosing application config file.
John Weldon
2010-04-30 20:26:39