Wednesday 1 August 2018

Can't see w3wp.exe process to attach for debugging in AX 7 / D365 Operations


If you are unbale to find the w3wp.exe process that we attach our VS debugger to inorder to step through X++ on D365. Chances are the windows logging service is not running. The service name to check is W3C Logging Service start this service by going to services.msc and reopen/refresh the process list.

Then Click on "Show process from all users"
P.s Also make sure your World Wide Web Publishing service is running. Without which your D365 client wont be hosted as well.

2 comments:

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...