Upgrade DLL in Vanguard (Optional- applicable only for Oracle Database)
Follow the below steps if you are using Oracle database for your deployment. Skip the below steps if you are using SQL database.
- Download the below dlls:
- Oracle.EntityFrameworkCore.dll (version: 6.21.61 URL: https://www.nuget.org/packages/Oracle.EntityFrameworkCore)
- Oracle.ManagedDataAccess.dll (version:3.21.61 URL: https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core)
- Place the above dlls at folder- <InstallationDirectory>\AssistEdgeAutomation\data\Oracle.
NOTE:
If any customization was done to the Vanguard, you need to make the same entries to the respective *deps.json files available at <InstallationDirectory>\AssistEdgeAutomation\app\Vanguard. Check if your customization is working. In case of framework related issues upgrade customization from .NetCore 3.1 to .Net 6 as Vanguard module is now upgraded to .Net 6.
Vanguard is updated.