开发者

RIA Services why does VS 2010 not generate an App.config when there is no EF model?

开发者 https://www.devze.com 2023-01-18 15:57 出处:网络
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.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消