RE: Problem with FoxCharts on W2K8 Server

2009-08-21 Thread Richard Kaye
APPs, like FLLs and DLLs, can't be included in an EXE. rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Charlie Coleman Sent: Thursday, August 20, 2009 7:08 PM To: profoxt...@leafe.com Subject: RE: Problem with FoxCharts on W2K8

Problem with FoxCharts on W2K8 Server

2009-08-20 Thread Kevin Cully
Hello. I'm developing WWWC application and trying to integrate FoxCharts. I've got it working nicely on my Vista machine. I've narrowed it down to the INIT of the FoxCharts object. I've set the DEBUG property to .T. but I'm not getting a FoxCharts.Log file unfortunately. I don't have VFP

RE: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread Richard Kaye
Subject: Problem with FoxCharts on W2K8 Server I'm using FoxCharts version 1.19b. I tried version 1.20 of GDIPluxX along with FoxCharts but that didn't seem to affect anything. This is VFP9 w SP2 When I instantiate FoxCharts I get the following series of errors: - Unknown member SYSTEM. [Ignore

Re: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread Kevin Cully
Bingo! That did it. Thank you very much. Richard Kaye wrote: Have you deployed system.app from the GDIPlusX project? All the GDIPlusX stuff lives inside that. rk ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread MB Software Solutions, LLC
Kevin Cully wrote: Bingo! That did it. Thank you very much. Richard Kaye wrote: Have you deployed system.app from the GDIPlusX project? All the GDIPlusX stuff lives inside that. ??? In my inno setup script, what file should I be deploying? -- Mike Babcock, MCP MB Software Solutions,

Re: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread Kevin Cully
It quite literally was the system.app file. I put it in the root directory of the web application, but you could probably put it in a subdirectory with a SET PATH reference to it. Test, just in case. ;) MB Software Solutions, LLC wrote: Kevin Cully wrote: Bingo! That did it. Thank

RE: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread Richard Kaye
Subject: Re: Problem with FoxCharts on W2K8 Server Kevin Cully wrote: Bingo! That did it. Thank you very much. Richard Kaye wrote: Have you deployed system.app from the GDIPlusX project? All the GDIPlusX stuff lives inside that. ??? In my inno setup script, what file should I

Re: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread MB Software Solutions, LLC
Richard Kaye wrote: system.app. That's all you need with an EXE. Put it in the same folder with your EXE. DOH! A blonde moment. Thanks! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com

RE: Problem with FoxCharts on W2K8 Server

2009-08-20 Thread Charlie Coleman
Of MB Software Solutions, LLC Sent: Thursday, August 20, 2009 3:03 PM To: profoxt...@leafe.com Subject: Re: Problem with FoxCharts on W2K8 Server Kevin Cully wrote: Bingo! That did it. Thank you very much. Richard Kaye wrote: Have you deployed system.app from the GDIPlusX project? All