0

I'm working with another developer who is trying to send an XML document from his .NET app to a webservice on my development server which will then be passed through BizTalk.

This has worked in the past but recently he's been getting

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.

I have check and Visual Studio Remote Debugger service is running, I'm not sure where else to go with this.

Any ideas?

Dijkgraaf
  • 9,324
  • 15
  • 34
  • 48
DarkW1nter
  • 2,807
  • 9
  • 54
  • 107
  • Have you tried checking the XML using SOAPUI or similar to check the request is still valid and not causing an exception? Also try setting compilation debug="true" in your web.config if it hasnt been already. – CSharpened Feb 20 '12 at 11:23
  • 1
    it could be related with release/debug build mode configuration, and and also debug attribute of compilation tag in service config. – denolk Feb 20 '12 at 11:25
  • Are your webservice an out process biztalk receive location? Is it a WCF service? A little more info on how the pieces are put together would help us help you. – LarsWA Feb 20 '12 at 19:13
  • I think the guy just couldnt debug into my dev server, an to be honest he shouldn't be anyway. I got him to run his process without stepping thru the code and all seems fine now. Thanks for replying though. – DarkW1nter Feb 24 '12 at 10:54

0 Answers0