c# - Rebuilding WCF Client/Service breaks Service Reference? -
c# - Rebuilding WCF Client/Service breaks Service Reference? -
i have built wcf service/client solution, , have problem.
my client series of web pages take input , phone call service. have 4 different pages similar searches on country table. first 2 work whenever build , debug, when build , debug, 1 of 2 remaining pages breaks, , gives me message:
webforms unobtrusivevalidationmode requires scriptresourcemapping 'jquery'. please add together scriptresourcemapping named jquery(case-sensitive).
i update service reference
, , debug again, , broken page works, , other page (which worked before) breaks , gives me same message. ping-pong , forh between pages doing this, know pages work. suspect when debug, visual studio rebuilds service, , invalidates in service reference.
is there advice on how overcome frustrating issue? have hunted on , found no references.
c# web-services wcf visual-studio-2012
Comments
Post a Comment