Link to home
Start Free TrialLog in
Avatar of Silas2
Silas2

asked on

WCF - Won't let go of temp code

I'm using WCF ( in a project with Silverlight/Entity Framework, I don't know if that's germane to my problem), and every time I change any code behind the WCF I have to break the interface, re-run Update Service ref in the consuming project to clear the (I guess) web server/cassini's use of the old code in c:\users\appdata\local\blah blah.
I can't delete the files without closing down VS.
Is there an easier way of doing this?
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia 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
Avatar of Silas2
Silas2

ASKER

Thanks for getting back to me, sorry about my late response, I've been away.
When I pull up the context (right mouse click) menu on the solution in the solution explorer, I don't get a 'clear' option, 'Clean Solution' is the only entry starting with 'CL'.
I'm using VS 2010 Pro with the PowerCommands Extensions, am I missing something?