Error: Could not load file or assembly <assemblypath> or one of its dependencies.
- Last UpdatedNov 28, 2024
- 1 minute read
Issue:
During installation, an error occurs stating that the file <filename> cannot be loaded due to the following error:
<assemblypath>
Resolution:
To resolve this issue, unblock all the files in the installer folder. Follow these steps:
-
Open PowerShell.
-
Run the following command, replacing <InstallerFolderPath> with the path to your installer folder:
dir "<InstallerFolderPath>" -Recurse | Unblock-File