10. November 2014 09:46
11. November 2014 15:16
MSDN hat geschrieben:We have discovered a problem with missing files in the folders that are part of the download packages for Microsoft Dynamics NAV 2015 CU1. This is not a problem in the actual build or the full product media (DVD) but about the files that are part of the folders in the download. The files in question are present in the DVD, and so you can copy them from the DVD. A new set of download packages will be available as soon as possible containing all relevant files. The files in the new download packages will have the exact same build number as the files in the original download.
The missing files are for server-side add-ins in the NST folder:
Microsoft.Dynamics.Nav.Client.DynamicsOnlineConnect.dll
Microsoft.Dynamics.NAV.Integration.Office.dll
Microsoft.Dynamics.Nav.MX.dll
Microsoft.Dynamics.Nav.Client.PingPong.dll
Microsoft.Dynamics.Nav.Management.DSObjectPickerWrapper.dll
Microsoft.Dynamics.Nav.DocumentReport.dll
Microsoft.Dynamics.Nav.PdfWriter.dll
Microsoft.Dynamics.ElsterTransferHandler.dll
You can find the files in the relevant folders under <DVD file name>\ServiceTier\program files\Microsoft Dynamics NAV\80\Service\Add-ins on the product media for CU1.
We will post an update as soon as the complete download packages are available.
13. November 2014 18:35
Kowa hat geschrieben:In dem aktualisierten NST-Ordner fehlen einige Dateien für Add-ins, die müssen der DVD entnommen werden (siehe Artikelkommentare)
17. November 2014 12:31
17. November 2014 15:21
Natalie hat geschrieben:How to get back the 'hotfix directories' from NAV 2015 Cumulative Update 1 mittels eines PowerShell-Scripts
18. November 2014 01:16
$shell_app=new-object -com shell.application
$filename = "Dynamics.80.DE.1569016.DVD.zip"
$zip_file = $shell_app.namespace((Get-Location).Path + "\$filename")
$destination = $shell_app.namespace((Get-Location).Path)
$destination.Copyhere($zip_file.items())
23. April 2015 14:29