Cuando se exporta una maquina virtual utilizando Oracle Virtual Box el siguiente error es desplegado
Exception chain:
VirtualBox is not installed on the local machine. Export to VirtualBox VM is not available
Call to service method managementservice:Replay.Core.Contracts.Export.IExportSchedulerManagement ValidateVirtualBoxInstalled failed: VirtualBox is not installed on the local machine. Export to VirtualBox VM is not available
Replay.Common.Contracts.Virtualization.VirtualBoxException: VirtualBox is not installed on the local machine. Export to VirtualBox VM is not available
Server stack trace:
at ServiceHost.InMemoryHosting.InMemoryServiceHost.InvokeServiceMethod(String managementService, String method, IEnumerable`1 parameters)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at ServiceHost.InMemoryHosting.CrossDomainCall.Call()
at ServiceHost.InMemoryHosting.InMemoryClientProxy.InvokeMethodNoReturn(String managementService, String method, IEnumerable`1 parameters)
at WCFClientBase.ClientBase.ExecuteInMemoryServiceCall(String managementService, String method, IEnumerable`1 parameters)