In Rapid Recovery 6.4, when attempting to run any script from the folder (C:\Program Files\AppRecovery\Core\PowerShellScripts), for e.g. Reports.ps1, ArchiveRecoveryPoints.ps1 or RenameAgent.ps1, the following error appears:
Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///C:\Program
Files\AppRecovery\Core\CoreService\coreadmin\bin\ServiceHost.Implementation.dll' or one of its dependencies. The system cannot find the file specified."
At C:\Program Files\AppRecovery\Core\PowerShellScripts\Common\LoadAssemblyFromServiceInstall.ps1:13 char:5
+ [System.Reflection.Assembly]::LoadFrom($path) | out-null
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( [], MethodInvocationException
+ FullyQualifiedErrorId : FileNotFoundException
