Today I continued debugging an RTC proces, using Visual Studio as described
here, to be confronted with the fact that the debugger was not activated at all.
Looking at the breakpoint in the corresponding .cs file (in VS) each break point showed the following info:
[In text:
The breakpoint will not currently be hit. No symbols have been loaded for this document.]
I have tried the following to no avail:
1. disabled the key="EnableDebugging" in the CustomSettings.config`
2. restarted the Service Tier
3. restarted the RTC
4. made sure all .cs files were deleted
5. denabled the key="EnableDebugging" in the CustomSettings.config`
6. restarted the Service Tier
7. restarted the RTC
8. made sure all .cs files were recreated
Questions:
a. why do I get this message anyway?
b. how to get it all work agian?
Answers
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
have you tried running VS as administrator?
In VS - Tools->Options->Debugging - turn off the "Require source files to exactly match the original version" option?
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
How to: Attach Visual Studio to the Microsoft Dynamics NAV Server Service tells me in step 5
Under Available processes, select Microsoft.Dynamics.Nav.Server.exe from the Available Processes list.
And that's what I did, but only the first time. Later on I attached it to Microsoft.Dynamics.Nav.Client.exe . Stupid me. ](*,)
Thanx guys for your time.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
So alsways start RTC Client directly first!