I got this site from a Microsoft blog about debugging in NAV2009 RTC:
http://msdn.microsoft.com/en-us/library/dd301071.aspx
The walkthrough seems to only allow the debugging to be run on the server that has the service running.
If I'm working in a client/server environment, how do I get the C# files on the client computer so I can debug from the client computer without taking extra resources from the server?
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
You could just copy the service tier directory from the server to your local machine (in effect setup a new service tier with one user) and debug that.
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
Interesting, thanks for the tip. Haven't thought about setting up a service tier on the local machine.
However, this seems very excessive just to debug in RTC, doesn't it? If we're in the client environment and the user only has one granule 9100 -Dynamics NAV Server, would this cause a permission problem?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
That's a good idea. Thanks for the tip!
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Just have in mind that if you are attached to the process, other users are unable to connect, I don't know why, but a huge error message appears
you're welcome