- This topic is empty.
-
AuthorPosts
-
April 6, 2002 at 10:08 pm #2603
Michael Cessna
MemberFor some reason, after defining a default cover page in WinFax 10.0 Pro, CoverPages.Count began raising an exception: -2147417851 (�) “The server threw an exception.”
Anyone else seen this? I have to uninstall and reinstall to make the error go away.
April 7, 2002 at 3:23 am #4407Anonymous
MemberSee this message thread.
http://www.getfaxing.com/cgi-bin/ikonboard/topic.cgi?forum=3&topic=10
This is a problem with the cover.db database file.
April 7, 2002 at 6:14 pm #4408Michael Cessna
MemberThanks. Since I’m having to integrate WinFax into a commercial application, the solution posted can’t be used, but I appreciate it. What I ended up doing was create a counter from 1..1000 and then when I get an access violation, I know I’ve come to the end of the list. This is very ugly, indeed, but since the WinFax stuff is broke, there’s very little one can do. If the WinFax stuff used standard COM collections it would be much easier.
April 7, 2002 at 7:42 pm #4409Anonymous
MemberMichael,
Rebuilding the cover.db file should resolve the problem, as you only have to do this when the file becomes corrupted. Although trapping the error in your code would be a good idea too.April 7, 2002 at 7:56 pm #4410Michael Cessna
MemberDoes this mean it only has to be rebuilt once?…or must it be rebuilt each time someone selects a default cover page, other than the default pages defined on installation?
Thanks.
Mike
April 7, 2002 at 8:42 pm #4411Anonymous
MemberYes, it only has to be rebuilt when the file gets corrupted, why the file gets corrupted is unknown. Will it happen again? Possibly, then you would have to either delete or rebuild the cover.db file
April 7, 2002 at 9:25 pm #4412Michael Cessna
MemberThank you for your help.
-
AuthorPosts
- You must be logged in to reply to this topic.