I am trying to configure a VS2010 project in VS2012 and there is a problem with creating service links. Somewhere it fails, and Reference.cs becomes empty.
I looked at this:WCF Service Reference Generates Null .cs Link Due to DuplexBindingBut since the code runs on VS2010, I would prefer not to change anything.
I tried this:Sometimes adding a WCF service link generates an empty reference.cs
Then the code appears in Reference.cs, but some functions are missing, so the project does not work. Are there any known issues when doing this? I am completely stuck and need some ideas.
Thanks in advance!/ David
In the "Add service link" dialog box, click "Advanced", uncheck "Use reference types in this assembly"
I often run into this problem, this workaround works most of the time.
Source: https://habr.com/ru/post/945564/More articles:Detecting model state changes in a controller using Entity Framework - asp.net-mvcAdd div over centered image? - javascriptIs there a Java annotation for errors? - javafailed to get image with link in cakephp 2.x? - cakephpProblem with Android Facebook - androidHow to move a dialog box from the center? - androidCakephp html image link + text, without css - cakephpWCF service link generates null .cs link due to DuplexBinding - wcfHow can I improve the Makevars file for the Rcpp package (RcppEigen)? - rCrop image to square using percent and maximum width - cssAll Articles