Install-NAVApp : NAV App 'Demo.navx' was not found because it is not published
At line:1 char:1
+ Install-NAVApp -Name Demo.navx -ServerInstance ExtensionDemo2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Install-NAVApp], InvalidOperationException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$ExtensionDemo2/default,Microsoft.Dynamics.Nav.Apps.Manageme
nt.Cmdlets.InstallNavApp
Although i have published the extension.
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Sorry,I didnt get u..:-(
So the powershell command should be like:
Install-NAVApp -Name CheckAddress -ServerInstance ExtensionDemo2
Is it nessecerry that name for Manifest file and Navx file should be same?
Because in NAVapp table shown name is for my Manifest file name.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The Install-NAVApp cmdlet requires the name of the extension, that is defined IN your manifest file
They do not need to be the same, you should only know what they are.
Thanks again you give me better idea..
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!