Every thing was fine a few weeks ago, i Could step into the Dataservice without any problem , but all of sudden it has stopped.i have changed nothing but it does not work. i searched a lot anf found that in Properties of Solution, if i select Multiple Startup Project and the select DataService Project and UserInterface Project and then select their Action to Start, i could setp into the Data Service , and it worked for a few days , but that doesn't work neither.
there is nothing special about stepping into the DataService as I searched Except that DataService and UserInterface Project should be in the same Solution ( which are) and the set the breakpoint ( which i set)
this is the end point I used
<endpoint address="http://localhost:63407/CableService.svc" binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_ICableService" contract="CableServiceReference.ICableService"
name="BasicHttpBinding_ICableService" />
I found these 'Step Into' is suddenly not working in Visual Studio and http://briannoyesblogwp.azurewebsites.net/2008/05/10/the-evil-suo-file-fighting-and-winning-with-visual-studio/
but that those didn't work out, i don't know what should i do to resolve the problem .
I started to work with project on another Computer, on that computer it is possible to step into the DataService , but it is possible to step into the DataService from my PC
thank you