Author |
|
klaus_kraemer Newbie
Joined: 06 March 2010 Location: Germany
Online Status: Offline Posts: 4
|
Posted: 13 March 2010 at 2:49am | IP Logged
|
|
|
As you helped me to come up with Imap on my PPC I am just trying to set up a Spamfilter.
Trouble is as soon as I try to implement the BayesFilter by
BayFilt = new BayesFilter();
I get an "OutOfMemoryException" :
System.OutOfMemoryException wurde nicht behandelt (= unhandled).
Message="OutOfMemoryException"
StackTrace:
at System.Collections.Hashtable..ctor(Int32 capacity, Single loadFactor)
at gt..ctor(BayesFilter A_0)
at MailBee.AntiSpam.BayesFilter..ctor()
at MailGuard_PDA.clBayesfilter..ctor(String pBlckListDB, String pWhtListDB)
at MailGuard_PDA.clDeSpam..ctor(String pServer, String pKonto, String pPwd)
at MailGuard_PDA.frmMain.btnMailKonto_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at MailGuard_PDA.Program.Main()
Do you have any experience with BayesFilter implemented on a Windows Mobile 6 PPC?
Thanks in advance and
regards
Klaus
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 March 2010 at 2:40am | IP Logged
|
|
|
Thanks for the report, our developers will take a look. Will keep you updated.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 March 2010 at 3:01am | IP Logged
|
|
|
Try the updated version of the assembly, that should help.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klaus_kraemer Newbie
Joined: 06 March 2010 Location: Germany
Online Status: Offline Posts: 4
|
Posted: 19 March 2010 at 7:41am | IP Logged
|
|
|
Thanks again, Igor!
Now it is working as it's supposed to. Your service is really great!
Regards,
Klaus
|
Back to Top |
|
|