CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2012
    Posts
    1

    Thumbs up system Error '7' on saving xps file using VB

    Hi guys.... I am new to VB .... i am running my code which will in turn create xps file and ask user to save anywhere in the location. it was working till yesterday but today after saving the xps file. i am getting thi error


    Run time error '7' :

    System Error &H80004005 (-2147467259).


    Please help me on this ... i am out of mind noe... pls help me

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: system Error '7' on saving xps file using VB

    Error 7 Out of memory

    Could be caused by several different things. Without knowing what you are doing it is hard to say. If it was working and now it is not and you have not made any changes then perhaps a file is growing or something caused a loop which would consume memory and not exit or perhaps you just need to restart your computer.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: system Error '7' on saving xps file using VB

    User would need to install XPS option in Windows Settings
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured