Domanda

We are trying to create a SharePoint farm solution using PowerPoint Automation Service. However, we are unable to find the Microsoft.Office.Server.PowerPoint.dll in the Sharepoint 15 ISAPI hive. This assembly is required for PresentationRequest access as seen in this example.

We do see Word Automation Service assembly Microsoft.Office.Word.Server.dll in the ISAPI path (Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI) - just not the PowerPoint assembly.

Does anyone know where to find the PowerPoint Conversion assembly (Microsoft.Office.Server.PowerPoint.dll) for SharePoint 2013? We need to locate it so we can add an Assembly Reference in Visual Studio.

È stato utile?

Soluzione

I was able to find the PowerPoint Conversion assembly in the GAC - but for some reason it is not present in the SharePoint 2013 ISAPI directory. It would have been nice if Microsoft included it in the Sharepoint 15 hive or had the proper registry key so it would appear in the Add Reference dialog - but we can easily extract it from the GAC or copy the GAC path when adding a reference in Visual Studio.

Microsoft.Office.Server.PowerPoint.dll Location

\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.Office.Server.PowerPoint\v4.0_15.0.0.0__71e9bce111e9429c\Microsoft.Office.Server.PowerPoint.dll

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top