I want to use the WCF service (.svc) in my WPF project. I am trying to create a service. But in Visual Studio we have a "WCF service library" and a "WCF service application". I tried both.
When we create a “WCF service application”, we will get a .svc. File, that when we start, we will get a .svc file as a service referee.
But what about the WCF Service Library project? When I create this, I received only the .cs files, and I tried to add new .svc files, but we have no way to add .svc files. Read how to use the services created in the WCF Service Service project in My WPF
Anusha.G
source share