Hi I am getting an error trying to do variable substitution.
Octopus server version: 2.4.9.167
Octopus tentacle version: 2.4.5.46
I set up the project so that:
Target Files has: clientHostSettings.config
Output file encoding: Detect from template
The file clientHostSettings.config has the following:
<?xml version="1.0" encoding="utf-8" ?>When I deploy i get the following error:
Loading file ‘C:\OctopusTentacle\Applications\Stage\ImportDriver\14.07.1.999_6\clientHostSettings.config’ for Octopus variable substitution
Fatal 14:36:47
’’ is not a supported encoding name.
Parameter name: name
System.ArgumentException: ‘’ is not a supported encoding name.
Parameter name: name
at System.Globalization.EncodingTable.internalGetCodePageFromName(String name)
at System.Globalization.EncodingTable.GetCodePageFromName(String name)
at Octopus.Tentacle.Procedures.Implementations.Template.OctopusTemplateTransformProcedure.Start(IProcedureHost host, ProcedureState state) in y:\work\refs\heads\master\source\Octopus.Tentacle\Procedures\Implementations\Template\OctopusTemplateTransformProcedure.cs:line 38
at Octopus.Tentacle.Orchestration.Procedures.ProcedureCallOrchestrator.Receive(CallProcedureCommand message) in y:\work\refs\heads\master\source\Octopus.Tentacle\Orchestration\Procedures\ProcedureCallOrchestrator.cs:line 73
at Pipefish.Actor.OnReceivingTyped[TBody](Message message) in y:\work\3cbe05672d69a231\source\Pipefish\Actor.cs:line 113