Link to home
Start Free TrialLog in
Avatar of AhmedHindy
AhmedHindyFlag for Egypt

asked on

WCF service refrence the old code when debugging

hello all ,
I am using WCF service 2010 and call it in silverlight
i had updated the code and updated the service refrence but when debugging i debug in the old code .
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

are you using IIS or Visual Studio local host or Web Server ?

try below solution

1) If you are using IIS then try to Switch Visual Studio localhost.

2) Clean your Project using Project Properties and Rebuild your Code.

3) Cleanup your Web Browser History and try.
ASKER CERTIFIED SOLUTION
Avatar of Arthur_Wood
Arthur_Wood
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial