Documentation Center

Troubleshooting PowerShell Scripts

Troubleshooting information when errors occur running PowerShell Scripts.

File <ScriptName>.ps1 cannot be loaded because the execution of scripts is disabled on this system
Enable the running of PowerShell scripts by entering the following PowerShell command:
Set-ExecutionPolicy Unrestricted
Could not load file or assembly <Path>\ImportExport\ChilkatDotNet4.dll or one of its dependencies
In Windows Explorer, navigate to the installation media \ImportExport\ folder, select ChilkatDotNet4.dll and click Properties. In the General tab, click Unblock. Click OK to close the dialog. Then restart PowerShell and perform the same steps as before.