C# – Update Service Reference is not working in WCF

cvisual studio 2012wcfweb serviceswpf

I am using VS 2012.

I add services reference to my WPF project, but when I've changed my services and updated service reference my Reference.svcmap -> Reference.CS file will be blank and I can't use reference anymore. I can see it in project, but I can't use.

My settings of Services References are :-
enter image description here

Reference.cs file

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.17929
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

Best Answer

uncheck the Reuse types in referenced assemblies checkbox and put address of your new service in Address textbox.