Problem with service reference (wcf) in Visual Studio 2015

Asked

Viewed 138 times

2

I am using VS2015 (framework 4.6) in a Solution with two projects, one project is wcf (running on IIS) and the other project is a web application. I added my service (wcf) to my web application normally, but while trying to instantiate it, I noticed that the service was not appearing on Tellisense. I checked the reference of the service and noticed that it is not being generated "properly", I also noticed that the application webconfig does not present the added service endpoint. I performed a test using a service hosted on a server (wcf + windows server 2012) and managed to instantiate it and consume it without any problem. The problem only occurs in the reference of the service, because when running 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 I should perform in win10 ? framework?

  • Have you found a solution to the problem? I am very similar and you can find here: http://answall.com/questions/89192/wcf-consumption-consumption-applies%C3%A7%C3%A3o-Silverlight-windows-phone-8-0

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.