Skip to main content

Posts

The Object File cannot be used with this version of the program.

Hi all, While exporting the objects in FOB format we sometime get the below error that says - "The Object File cannot be used with this version of the program."  I got this error while trying objects from NAV 2009 installed and trying to export the objects in FOB Format whereas the Text format export was working fine. After searching i found out that it was due to some exported objects of NAV 2013 lying at the same path. Once i removed those higher version FOB files from the location i was able to take backup on that location. Regards, Saurav Dhyani http://saurav-nav.blogspot.in/

Debugging in NAV 2013 Client

Hi all, As most of us know that due to changes in version there has been changes in Debugging Process of Navision Process. Here are some screenshot of the debugger in NAV 2013 Client - For Activating Debugger we need to Start it from Classic or Developer Environment Client Option.

Debugging in NAV 2009,2009SP1 & NAV2009R2 RTC Client

Hi all, With the new client version of Navision the debugging process have also been changed. This post contain details of NAV 2009, NAV 2009 SP1 and NAV 2009 R2 RTC Client. First step is to Stop the Microsoft Dynamics NAV Server Service. Then we  need to don EnableDebugging in CustomSettings.config found here: C:\Program Files\Microsoft Dynamics NAV\60\Service. Now start the Microsoft Dynamics NAV Server Service. Now we have debugging enabled. Now start the RoleTailored client. This will take a bit longer to start up, because C# files are generated for each of the objects. (Pages, Codeunits, Reports etc.) - .cs files will be created. In this example I will make a codeunit with a simple message and add this to an action on the Customer list. Create a Codeunit. Ex. 50000 OnRun trigger place the following code: MESSAGE ('Debug test') Save and compile Codeunit 50000. Now let us add this codeunit to a action. Design page 22 and navigate to

Debugging in Nav 2009 R2 and Earlier Version of Classic Client.

Hi all, As most of us know that due to changes in version there has been changes in Debugging Process of Navision Processes. Let's start with the Orignal Debugging version of Navision i.e Debugging in classic client. In classic client the debugger was present in the classic client window itself under Tools Sections. Here are some screenshot of the debugger in classic client -