Create Setup file (Visual Studio 2022) - Fix dependencies errors
Budget: $15 – $25 USD
I am facing an issue in creating a setup file. All actions work fine but when the setup file tries to connect to the database i get the below error, need someone to fix the setup file, properly set the settings, and guide me on what was wrong.
Note: no fix no payment.
System.Configuration.Install.InstallException
HResult=0x80131501
Message=Database connection could not be established
Reason: Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Source=IPMInstallCustomAction
StackTrace:
at IPMInstallCustomAction.CustomAction.ConfigureDatabase() in C:\REPLIL-Backend\REPLIL-BACKEND\IPMInstallCustomAction\CustomAction.cs:line 157
at IPMInstallCustomAction.CustomAction.Install(IDictionary stateSaver) in C:\REPLIL-Backend\REPLIL-BACKEND\IPMInstallCustomAction\CustomAction.cs:line 51
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)
Note: no fix no payment.
System.Configuration.Install.InstallException
HResult=0x80131501
Message=Database connection could not be established
Reason: Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Source=IPMInstallCustomAction
StackTrace:
at IPMInstallCustomAction.CustomAction.ConfigureDatabase() in C:\REPLIL-Backend\REPLIL-BACKEND\IPMInstallCustomAction\CustomAction.cs:line 157
at IPMInstallCustomAction.CustomAction.Install(IDictionary stateSaver) in C:\REPLIL-Backend\REPLIL-BACKEND\IPMInstallCustomAction\CustomAction.cs:line 51
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)