Reputation: 3968
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?
Upvotes: 1
Views: 244
Reputation: 3968
I've solved my problem by simply go to Tools
in the menu bar, then click on WCF 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.
Upvotes: 4