Exception on Windows 2000 machines

Not really sure where to start debugging the problem we are having right now. We have an application that we can run just fine on a Windows XP machine, but as soon as I move it to a Windows 2000 machine it explodes with an error in the aspose.dll. The exception is as follows:


General Information:
Stack Trace: at Aspose.Pdf.Xml.ac.a(Pdf A_0, Section A_1, Table A_2, Row A_3, Cell A_4, Text A_5, a A_6, as A_7)
at Aspose.Pdf.Xml.x.a(Pdf A_0, Section A_1, Table A_2, Row A_3, Cell A_4, Text A_5, a A_6, as A_7, Boolean A_8)
at Aspose.Pdf.Xml.u.a(Pdf A_0, Section A_1, Table A_2, Row A_3, Cell A_4, a A_5)
at Aspose.Pdf.Xml.ag.a(Pdf A_0, Section A_1, Table A_2, Row A_3, a A_4)
at Aspose.Pdf.Xml.t.a(Pdf A_0, Section A_1, Table A_2, a A_3, Boolean A_4)
at Aspose.Pdf.Xml.r.a(Section A_0, Paragraph A_1)
at Aspose.Pdf.Section.AddParagraph(Paragraph para)
at FSA.FoodShow.Win32.OrderGuides.CreateOrderGuide(String strFileName, Boolean blnUsage, Boolean blnInBooth, Boolean blnDuplex)
at FSA.FoodShow.Win32.OrderGuides.LoadReport(String strMode)
at FSA.FoodShow.Win32.OrderGuides.btn_PrintReport_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.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Source: Aspose.Pdf

Additonal Info:
ExceptionManager.MachineName: CORPMDEV003
ExceptionManager.TimeStamp: 8/7/2004 2:02:44 PM
ExceptionManager.FullName: Microsoft.ApplicationBlocks.ExceptionManagement, Version=1.0.1607.29907, Culture=neutral, PublicKeyToken=null

Exception Information:
Object reference not set to an instance of an object.

Dear codeguy,

Thank you for considering Aspose.

It’s really strange and I have no idea. Would you please give me an runable example which can reproduce the error?