PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index PDFsharp - moved to http://forum.pdfsharp.net/
Please visit the new PDFsharp forum at http://forum.pdfsharp.net/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Supressing built in error messages

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/
View previous topic :: View next topic  
Author Message
n0tch



Joined: 09 Feb 2009
Posts: 2

PostPosted: Mon Feb 09, 2009 12:28 pm    Post subject: Supressing built in error messages Reply with quote

I have written a command-line based app that simply iterates around a directory of PDFs and gets their page count using :

Code:
 try
            {
                PdfDocument pdf = PdfReader.Open(file, PdfDocumentOpenMode.ReadOnly);
                int ret = pdf.Pages.Count;
                pdf.Dispose();
                return ret;
            }
            catch
            {
                return -2;
            }


Occasionaly, a PDF cannot be opened and the built in error message pops up. Is there anyway to supress this message and allow my error trapping to be used?

Thanks.

Bev
Back to top
View user's profile Send private message
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Mon Feb 09, 2009 1:55 pm    Post subject: Reply with quote

This is open source, so the answer is: Yes! Wink

But seriously:
Are you using a DEBUG build? To get rid of Debug.Assert messages, simply use a RELEASE build.

If you're seeing MessageBoxes not caused by Debug.Assert then please let me know.
AFAIK there shouldn't be MessageBoxes popping up (except some Debug.Asserts).
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
n0tch



Joined: 09 Feb 2009
Posts: 2

PostPosted: Tue Feb 10, 2009 12:37 pm    Post subject: Reply with quote

I have downloaded the newest version and the PDF that was having a problem is not anymore, so not sure wether the old version I had was a debug version, or the new version has a bug fix in it for the specific problem my PDF has!

Anyway, thanks for the reply Smile
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


Start Your Own YouTube Clone

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com