Posted 13 October 2021, 4:16 pm EST
Hello, I am currently working to upgrade a solution for a web application currently using version 8.40.20143.0 of Spread to version 14.45.20214.0.
The page I am currently trying to test out that contains an embedded Spread Excel form I am able to get working locally after doing the upgrade steps, but I am receiving a 503 Service Unavailable Error when trying to load the page with the embedded Excel form element on a server test environment.
These are steps that have been taken so far:
0) Latest version Spread 14.45.20214.0 has been downloaded to local.
- Following DLLs have been updated for project solution:
Previous DLLs:
FarPoint.CalcEngine, Version=8.35.20143.0
FarPoint.Excel, Version=8.35.20143.0
FarPoint.Localization, Version=8.20.20143.0
FarPoint.PDF, Version=8.35.20143.0
FarPoint.Web.Chart.Design, Version=8.40.20143.0
FarPoint.Web.Chart, Version=8.40.20143.0
FarPoint.Web.Spread.Design, Version=8.40.20143.0
FarPoint.Web.Spread, Version=8.40.20143.0
FarPoint.Web.Spread.Extender.dll, Version=8.40.20143.0
New DLLs:
FarPoint.CalcEngine, Version=14.45.20214.0
FarPoint.Excel, Version=14.45.20214.0
FarPoint.Localization, Version=14.45.20214.0
FarPoint.PDF, Version=14.45.20214.0
FarPoint.Web.Chart.Design, Version=14.45.20214.0
FarPoint.Web.Chart, Version=14.45.20214.0
FarPoint.Web.Spread.Design, Version=14.45.20214.0
FarPoint.Web.Spread, Version=14.45.20214.0
FarPoint.Web.Spread.Extender.dll, Version=14.45.20214.0
-
Updated Licenses.licx file from Version=8.40.20143.0 to Version=14.45.20214.0
-
Updated the Web.Config from having the following entries:
<add assembly="FarPoint.CalcEngine, Version=8.35.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" /> <add assembly="FarPoint.Excel, Version=8.35.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" /> <add assembly="FarPoint.PDF, Version=8.35.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" /> <add assembly="FarPoint.Web.Chart.Design, Version=8.40.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" /> <add assembly="FarPoint.Web.Chart, Version=8.40.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" /> <add assembly="FarPoint.Web.Spread.Design, Version=8.40.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" /> <add assembly="FarPoint.Web.Spread, Version=8.40.20143.0, Culture=neutral, PublicKeyToken=327C3516B1B18457" />
To these new entries:
- fp_client\fpspread\ directory has been updated from having 8_40_20143_0 to new downloaded 14_45_20214_0 directory.
Any help in identifying steps that may be missing that would be the cause of this 503 Service Unavailable Error would be appreciated, thank you.