Hi, We have a wbservice that converts any doucment to pdf format, internally we used novapdf printer driver for the conversion process. The application using the web service works fine with word, excel, txt and rtf formats. HOwever there is a problem with ppt, When trying to upload and convert a ppt document an error is being thrown. What could be the problem? The error is as follows: System.IO.FileNotFoundException: File or assembly name office, or one of its dependencies, was not found. File name: "office" at NovaPDFWebService.ConverterService.PPointtoPDF(String strPath) at NovaPDFWebService.ConverterService.ConvertToPDF(String strPath, String strExtention) in c:\inetpub\wwwroot\novapdfwebservice\converterservice.asmx.cs:line 212 at NovaPDFWebService.ConverterService.ConvertToPDF(String fileName, Int32 fileSize, Byte[] fileBytes) in c:\inetpub\wwwroot\novapdfwebservice\converterservice.asmx.cs:line 131 === Pre-bind state information === LOG: DisplayName = office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c (Fully-specified) LOG: Appbase = file:///c:/inetpub/wwwroot/NovaPDFWebService LOG: Initial PrivatePath = bin Calling assembly : NovaPDFWebService, Version=1.0.2827.34780, Culture=neutral, PublicKeyToken=null. === LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/novapdfwebservice/51728cb4/606e3667/office.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/novapdfwebservice/51728cb4/606e3667/office/office.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/NovaPDFWebService/bin/office.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/NovaPDFWebService/bin/office/office.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/novapdfwebservice/51728cb4/606e3667/office.EXE. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporar
gauthee