I created WCF RIA services. It added app.config by default. But there is no option of Edit WCF Configuration that appears when you create simple WCF services. What am i missing? How do i get that GUI tool? Do i have to write all that xml and remember for the next time when i use it?
Thanks in advance :)
To edit the configuration file of a WCF service project in Visual Studio, right click it in Solution Explorer and choose the Edit WCF Config context menu item. This launches the Configuration Editor Tool (SvcConfigEditor.exe).
Service Configuration Editor can be found in the C:\Program Files\Microsoft SDKs\Windows\v6. 0\Bin folder.
A Windows Communication Foundation (WCF) service is configurable using the . NET Framework configuration technology. Most commonly, XML elements are added to the Web. config file for an Internet Information Services (IIS) site that hosts a WCF service.
configuration.svcinfo: Contains a snapshot of the configuration generated for the client service endpoint for the local (app|web).config. configuration91. svcinfo: For each property in config, contains an XPath to the setting and the original value stored in config.
This is a known bug - at times, you have to select it from the Tools
menu once and close it again right away, before it becomes available as a right-click context-menu option on your app.config
file.
I would have hoped this would have been fixed in Visual Studio 2010 - but it's still there...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With