Hi,
While creating '.navx package' during programming using extensions I get the following error
This is the command that I used:
PS C:\Users\cfadmin> New-NAVAppPackage -Manifest (Get-NAVAppManifest -Path C:\Backup_Tina\Extensions\Manifest file\Location.xml) -Path "C:\Backup_Tina\Extensions\NAVx package\MyLocation.navx" -SourcePath "C:\Backup_Tina\Extensions\Delta objects\"
The following is the error:
Get-NAVAppManifest : A positional parameter cannot be found that accepts argument 'file\Location.xml'.
At line:1 char:30
+ New-NAVAppPackage -Manifest (Get-NAVAppManifest -Path C:\Backup_Tina\Extensions\ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-NAVAppManifest], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Dynamics.Nav.Apps.Tools.GetNavAppManifest
*This post is locked for comments