views:

9

answers:

0

We always generate our RIA services as a "WCF RIA Services Class Library".

When we generated one for POCO, without first adding an EF model, we noticed the App.config was not generated.

After testing we found the settings are only added to App.config if the App.config file already exists in the project.

Is this just a bug in VS 2010?

related questions