web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

"Invoke-NAVApplicationDatabaseConversion" issue while upgrade database from BC24 to BC25

(3) ShareShare
ReportReport
Posted on by 6
Hello,
 
I am upgrade BC24 to BC25. in that process i have faces some issue regarding DLL file.
 
Steps : 1
#Import Module
Import-Module 'C:\Program Files\Microsoft Dynamics 365 Business Central\240\Service\NavAdminTool.ps1'
 
Steps : 2
#Uninstall Extensions from BC 24
Get-NAVAppInfo -ServerInstance BC240 -Tenant default | % { Uninstall-NAVApp -ServerInstance BC240 -Tenant default -Name $_.Name -Version $_.Version -Force}
 
Steps : 3
#Unpublish Extensions from BC 24
Get-NAVAppInfo -ServerInstance BC240 | % { Unpublish-NAVApp -ServerInstance BC240 -Name $_.Name -Version $_.Version}
 
Steps : 4
#Remove Symbols
Get-NAVAppInfo -ServerInstance BC240 -SymbolsOnly | % { Unpublish-NAVApp -ServerInstance BC240 -Name $_.Name -Version $_.Version }
 
Steps : 5
#Stop Service
Stop-NAVServerInstance -ServerInstance BC240
 
after step : 5 i will install BC25 and it will successfully installed in my system after that i will perform below steps 

Steps : 6
#Import Module
Import-Module 'C:\Program Files\Microsoft Dynamics 365 Business Central\250\Service\NavAdminTool.ps1'
 
Steps : 7
#Convert the application database to version 25
Invoke-NAVApplicationDatabaseConversion -DatabaseServer "DESKTOP-SAEHFRV\SQLEXPRESS" -DatabaseName LocalDB_DAV

in above step: 7 it will give below error Like:
 
WARNING: UnhandledErrorMessage
Invoke-NAVApplicationDatabaseConversion : Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, 
Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Could not find or load a specific file. (0x80131621)
At line:1 char:1
+ Invoke-NAVApplicationDatabaseConversion -DatabaseServer "DESKTOP-SAEH ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Invoke-NAVApplicationDatabaseConversion], FileLoadException
    + FullyQualifiedErrorId : System.IO.FileLoadException,Microsoft.Dynamics.Nav.Management.Cmdlets.InvokeNAVApplicationDat 
   abaseConversion
 
for above error i have checked that 
  • .NET 8 is installed 
  • DLL exists in BC service folder - :\Program Files\Microsoft Dynamics 365 Business Central\250\Service\Microsoft.Bcl.AsyncInterfaces.dll
  • PowerShell version is correct
Error.png
I have the same question (0)
  • Gerardo Rentería García Profile Picture
    25,800 Most Valuable Professional on at
  • Suggested answer
    OussamaSabbouh Profile Picture
    13,627 Super User 2026 Season 1 on at
    Hello ,
    This is usually not a database issue but a BC25 PowerShell/module loading issue: Microsoft’s upgrade step is to run Invoke-NAVApplicationDatabaseConversion from the Business Central 25 Administration Shell, and when you get Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0 not loading, it normally means the session is using a mixed/incorrect module dependency chain rather than the clean BC25 one, so the practical fix is to open a fresh BC25 Administration Shell as Administrator, do not import BC24 and BC25 admin modules in the same PowerShell session, make sure only the BC25 management module is loaded, then rerun the conversion; if it still fails, repair/reinstall the BC25 service tier/admin shell because the DLL may exist in the folder but the shell is still not resolving it correctly.
    Regards,
    Oussama Sabbouh
  • SP-14040400-0 Profile Picture
    2 on at
    Thaks @Gerardo Rentería García

    i have tried as you suggest but still getting same erro.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,933 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,055 Super User 2026 Season 1

#3
Teagen Boll Profile Picture

Teagen Boll 640 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans