when I install the interactive Scene using the EPiServer Deployment Center . I got the following error:
Error - File C:\Program Files\EPiServer\CMS\5.2.375.133\Install\Modules\InteractiveScene\Install Interactive Scene.ps1 cannot be loaded. A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
additional information:
Error - System.Management.Automation.PSSecurityException: File C:\Program Files\EPiServer\CMS\5.2.375.133\Install\Modules\InteractiveScene\Install Interactive Scene.ps1 cannot be loaded. A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. ---> System.UnauthorizedAccessException: File C:\Program Files\EPiServer\CMS\5.2.375.133\Install\Modules\InteractiveScene\Install Interactive Scene.ps1 cannot be loaded. A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
--- End of inner exception stack trace ---
at System.Management.Automation.AuthorizationManager.ShouldRunInternal(CommandInfo commandInfo, CommandOrigin origin, PSHost host)
at System.Management.Automation.CommandDiscovery.LookupCommandProcessor(CommandInfo commandInfo, CommandOrigin commandOrigin, Boolean useLocalScope)
at System.Management.Automation.CommandDiscovery.LookupCommandProcessor(String commandName, CommandOrigin commandOrigin, Boolean useLocalScope)
at System.Management.Automation.CommandFactory._CreateCommand(String commandName, CommandOrigin commandOrigin, Boolean useLocalScope)
at System.Management.Automation.CommandFactory.CreateCommand(String commandName, CommandOrigin commandOrigin, Boolean useLocalScope)
at System.Management.Automation.Runspaces.Command.CreateCommandProcessor(ExecutionContext executionContext, CommandFactory commandFactory, Boolean addToHistory)
at System.Management.Automation.Runspaces.LocalPipeline.CreatePipelineProcessor()
at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()
at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()
My colleague met the same problem as well. Is there any solution? Thanks