Relative Content

Tag Archive for c#visual-studiovisual-studio-debugging

Cannot debug into referenced project in Visual Studio

I am trying to debug my application using the System.ServiceModel.Primitives library. I need to break into the ServiceModel in order to debug the data that is transferred. I Downloaded the code of the library from HERE. In the attached image you can see a method from the library that is called from inside my application, but i have the following issues: