Posted on: 2/25/2015 3:27:24 PM | Views : 566

I've been working on upgrading the .net framework for a webservice, I didn't make any major changes to the application - few html tag updates, but when I was compiling the project I was getting an error. With some assistance I was able to overcome this, here the details of what i had to do to rectify this to get a successful build:
At present within the app there is a WebReference folder which contains a reference called ServerStatus with the following properties:
Folder Name: ServerStatus
URL Behaviour: Dynamic
Web Reference URL: http://diag1services/ServerManagerWS/LbStatus.asmx
It was this Web Reference URL that was preventing  my updated version of VIPManager from compiling. For me to compile this project successfully locally I’ ...

Go to the complete details ...