So I'm using Octopus Deploy to run an application which uses an Excel Spreadsheet. However, I'm getting this error (click on the image link):
My process is: 1. Deploy Package from Octopus Server (built in) 2. Run a script
The script in #2 uses the PowerShell option and contains:
cd "C:\Repository\QA - Automation\UnitTestProject\bin\Debug"
.\UnitTestProject.exe
I can run that code snippet in PowerShell on the tentacle machine and it works perfectly. So it would be awesome if someone could give me pointers on what exactly is causing the problem. In Visual Studio I'm using Microsoft.Office.Interop.Excel 15.0.4795.1000 to access and utilize my spreadsheets and Octopus Deploy receives a NuGet package from VSTS.
Thanks in advance!