In a console application, I’ve added an application configuration file named App.config. For safety, in the configuration file, I’ve also added a section <system.serviceModel />. As I know there must be by default a menu entity called "Edit WCF Configuration ..." as soon as I right click on App.config. But there isn’t that entity. Also, restarting and starting VS with administrator permission as no effect. What’s my mistake?
In a console application, I’ve added an application configuration file named App.config . For
Share
I’ve solved my problem by simply go to
Toolsin the menu bar, then click onWCF Service Configuration Service Editor. Once the tool has launched, every time I right click on the App.config, the menu entity"Edit WCF Configuration"appears.