Problem with service reference (wcf) in Visual Studio 2015

2

I'm using VS2015 (framework 4.6) in a solution with two projects, one project is from wcf (running on IIS) and the other project is a web application. I added my service (wcf) to my web application normally, but when trying to instantiate it, I noticed that the service was not showing up in intellisense. I checked the reference of the service and realized that it is not being generated "properly", I also noticed that in the application webconfig is not presenting the service endpoint added. I ran a test using a service hosted on a server (wcf + windows server 2012) and I was able to instantiate it and consume it without any problem. The problem only occurs in the service reference, because by executing it directly (wcfclient or soapui) the service works correctly.

obs: I'm using windows 10 + IIS8

Has anyone ever had this problem? Is it some configuration that I should perform in win10? framework?

    
asked by anonymous 22.09.2015 / 19:18

0 answers