Gill Cleeren         February 29, 2008    

I was today doing some development in Visual Studio 2008 on a n-tier application, where some Webservice needed to be called that would then call some deeper layer on its turn, the usual stuff. However, the breakpoints in the DAL were not being hit and when stepping-in, the following error was shown:

Unable to automatically step into the server. The remote procedure could not be debugged.This usually indicates that debugging has not been enabled on the server."

Turns out that this was caused by the web.config not having a

<compilation debug="true">

attribute. Therefore, any breakpoint located in a layer behind the service layer, was not hit. I remember having the same issue with Visual Studio 2005, but I never got this error however.

">Blog Directory - Blogged
  Posted on: Friday, February 29, 2008 1:55:42 PM UTC   |   Comments [0]
         
12/4/2008   5:48:46 AM