I am debugging SalesHeader/Line objects using VS 2008 SP1 on my Windows XP system. I am running into a timeout approximately 1 minute after I attach to the NAV process. I am using a client connecting to a custom page via Web Services.
How do I increase this timeout?
I have changed or set the following timeouts:
- <Nav folder>\Service\CustomSettings.config: OperationTimeout = "MaxValue"
- SQL Server transaction timeout (using COM+ services) = 1200 seconds
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Yes.
Besides, debugging and attaching to the Nav external process from VS 2008 causes the services to stop once the execution stops. I have to restart the services again, and then start the debug cycle all over.