Skip to main content

NAV 2013 & Later - Differences between Binaries in your installation or your database.

Hi all,

Sometime while working on a Upgraded Database to NAV 2013 & Later we face a run time error with pages. One of the issue & its resolution is listed below.

After upgrade from NAV 2009 / NAV 2009 SP1 & NAV 2009 R2 you might have faced an error message as shown below -

ERROR -
Compilation of assembly 'c:\ProgramData\Microsoft\Microsoft Dynamics\NAV\71\Serve\MicorosoftDynamicsNAVServer$..\assembly\Page.dll' failed.
This can be caused by differences between Binaries in your installation or your database. Ensure that all installation components are consistent and up to date.
Error................................




We try to compile objects and its doesn't throws an error message but during run time the system popups up the above error message. Even the Debugger Doesn't help.

When i tried everything i thought of reading the complete error message and yes that was need to be done. The cause of error was specified in the error message.

Let's see what was it in my case.

Finding After Reading the Error Message -
1. I received this error for Page 6500.
2. Reason - I have two Functions with same name i.e OnAfterGetCurrRecord. (as shown below)


Resolution -

So i just designed the page and removed customized Function OnAfterGetCurrRecord, and the error was removed.

Why there were two in my case?

If you remember in NAV 2009 Versions we don't have the standard OnAfterGetCurrRecord Function in Pages, but with NAV 2013 and onward we get this function back. So i 2009 Due to some requirement we had created the function as customized.

Below are the Page triggers in NAV 2009 and NAV 2013.



There can be other errors like this, what we need to do is read the complete error message for the resolution.

Hope you like the post and will help you if you get stuck with same error.

Stay Tuned.

Regards,
Saurav Dhyani

Comments

Post a Comment

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -