Hi,
I am trying to publish an extension to a local service (non-multitenant) and I´m getting an error while calling Publish-NAVApp. It runs for about 60 seconds and finally returns with an error:
I tried calling other cmdlets where ServiceInstance is a parameter and then I get this error:
We use powershell to create NAV service instances, so NAV is not installed on the machine, but it runs perfectly fine and I am able to run the RTC and develop.
I have found out that the problem is due to CustomSettings.config in the RTC folder is being used instead of the filepath of the config provided to the service. Is there any way to force the powershell cmdlets to use the CustomSettings.config file the service is using?
*This post is locked for comments