Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Aspose neither can split nor create the necessary thumbs for this PPT file

Last post 09-28-2009, 7:49 AM by aspose.notifier. 11 replies.
Sort Posts: Previous Next
  •  07-02-2009, 2:27 AM 186537

    Aspose neither can split nor create the necessary thumbs for this PPT file .NET

    I was trying to generate thumbnails and split the attached PPT slideshow, only to receive the following stacktrace:

    System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index at Aspose.Slides.Presentation..ctor(String file)
       at PPPowerpointProcessing.BusinessLogic.PowerpointManager..ctor(String absoluteFilePath) in C:\Users\...\Documents\Visual Studio 2008\Projects\PPPowerpointProcessingService\PPPowerpointProcessing.BusinessLogic\PowerpointManager.cs:line 67
       at PPPowerpointProcessing.Service.PowerpointProcessingService.Split(String absoluteInputFilePath, String absoluteOutputDirectory, String fileNameBase) in C:\Users\...\Documents\Visual Studio 2008\Projects\PPPowerpointProcessingService\PPPowerpointProcessing.Service\PowerpointProcessingService.svc.cs:line 191

    This error occurs only with a number of files, the attached being one of them, but beware, once the file has been opened in PPT - the error no longer occurs. This may be because it is changed in format after being opened (I notice that the file size increased by about 30% after opening and resaving).

    I don't see why the OutOfRangeException occurs.

    Any assitance would be greatly appreciated.

     
  •  07-02-2009, 2:48 AM 186546 in reply to 186537

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Hello,

    Please provide example of such ppt file.

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
  •  07-21-2009, 9:28 AM 189449 in reply to 186546

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Attachment: Present (inaccessible)
    It just came to my attention that I hadn't attached the file. I had been expecting an email notification that someone had responded, but haven't received one. I visited the site today, and saw your post for the first time.

    Maybe someone could take a look at the problem for me. Thanks in advance.
     
  •  07-21-2009, 9:57 AM 189461 in reply to 189449

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Hello,

    Could you please try latest version attached here in the forum. There is direct download link. Most probably the problem was already fixed. I have tried thumbnails generation and it works fine.

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
  •  07-28-2009, 7:09 AM 190709 in reply to 189461

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Thanks Alexey,

    Unfortunately it took some time to get the unit testing done before I could upload the latest version of Aspose to our dev server. And now that I have, I cannot get the thumbnails to show, just as before. I don't understand how it can work when you do it...
     
  •  08-12-2009, 2:39 AM 192977 in reply to 190709

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    MediaMogul:
    Thanks Alexey,

    Unfortunately it took some time to get the unit testing done before I could upload the latest version of Aspose to our dev server. And now that I have, I cannot get the thumbnails to show, just as before. I don't understand how it can work when you do it...


    Hi Alexey,

    Just wondered what the situ is regarding this issue. Have you any ideas?
    Filed under: unresolved
     
  •  08-12-2009, 5:53 AM 193008 in reply to 192977

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Hello,

    Attached presentation works for me with last versions of Aspose.Slides. If you steel have the problem then could you please provide source code which throw exception (the more lines the better) so we could reproduce it?

    Thank you,

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
  •  09-17-2009, 9:17 AM 198435 in reply to 193008

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file .NET

    Attachment: Present (inaccessible)
    Ok, so after a very long break I'm back. Yo kindly asked me for the stack trace that was generated when trying to split the presentation. here's the stack from our logs:

    PowerpointManager.createSlides()
    Cannot perform web service invocation Split.
    The fault returned when invoking the web service operation is:
    AxisFault
    faultCode: {http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher}InternalServiceFault
    faultSubcode:
    faultString: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
    faultActor:
    faultNode:
    faultDetail:
    {http://schemas.datacontract.org/2004/07/System.ServiceModel}ExceptionDetail:Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
    at PPPowerpointProcessing.Service.PowerpointProcessingService.Split(String absoluteInputFilePath, String absoluteOutputDirectory, String fileNameBase) in C:\Users\d.egan\Documents\Visual Studio 2008\Projects\PPPowerpointProcessingService\PPPowerpointProcessing.Service\PowerpointProcessingService.svc.cs:line 209
    at SyncInvokeSplit(Object , Object
    [] , Object[] )


    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Obje... ''

    --------------
    I shall attach the presentation here again for your reference. Please let me remind you that OPENING THE FILE IN PPT 2007 HAS SOME EFFECT ON THE FILE, AND THE BUG NO LONGER WILL PRESENT ITSELF ONCE THE FILE HAS BEEN OPENED.

     
  •  09-20-2009, 1:10 AM 198768 in reply to 198435

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Hello,

    The problem has been reproduced and will be fixed.

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
  •  09-21-2009, 3:26 AM 198807 in reply to 198768

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file .NET

    Thanks Alexey

    I look forward to hearing what the solution to this issue was. Have a nice day up there. :)

    David.
     
  •  09-21-2009, 4:12 AM 198816 in reply to 198807

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    Hello David,

    Our developer is working on this issue. I think solution should be available on this week.

    Alexey Zhilin
    Team Leader
    Aspose Tyumen Team
    About Us
    Contact Us
     
  •  09-28-2009, 7:49 AM 199869 in reply to 186537

    Re: Aspose neither can split nor create the necessary thumbs for this PPT file

    The issues you have found earlier (filed as 10633) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
View as RSS news feed in XML