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

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -