I Had created a solution containing event receiver to convert document from word to pdf on item added event.
While event is firing when document is added to library and also event receiver code run's successfully but pdf file are not added to same document library which I am doing.
I tried the powershell script to set:
$sp.disableSandbox=$true Property 'disableSandbox' cannot be found on this object; make sure it exists and is settable. At line:1 char:1 + $sp.disableSandbox=$true + ~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : PropertyAssignmentException While my service exist see:
PS C:\Users\Administrator> $sp Name : Word Automation Service Id : ca6b4a52-140e-49bf-ac50-ac5aec8315a5 ApplicationPool : SPIisWebServiceApplicationPool Name=WAS-Service Database : QueueDatabase Name=WordAutomation Status : Online What's wrong?
Note: I'm using virtual machine as standalone server where database and domain controller are on same server instance i.e. single machine. Is there any relation of issue with configuration?