Reputation: 2694
Sorry for the newbie question here.
I have a class marked with the [ServiceContract] attribute and I want to add another [OperationContract] to it.
That is fine but after I have done it I need the Reference.cs to reflect the change, and it doesnt.
What am i missing please?
Upvotes: 0
Views: 881
Reputation: 11201
Please restart your Visual Studio, some times VS does not reflect changes and require a restart
Upvotes: 2