katm 0 Report post Posted August 10, 2009 When I run my project, I get the following error: Failed to map the path '/CfxGauges10/download' Pls help! Quote Share this post Link to post Share on other sites
rocioZ 0 Report post Posted August 10, 2009 This usually has to do with the IIS setup. Please make sure your IIS has the virtual directory, CfxGauges10. Make sure this has read and write permissions. Also, see if this missing dll is in the bin folder of your WebApplication Chart FX Gauges needs to have to folders (virtual directories) created in order to store temporary images and temp files associated with the gauges control. On your IIS, follow this steps - Open IIS Server - Select your Web application that is using Chart FX. - On the desire web site, right click -> Virtual Directory with the following Name Quote Share this post Link to post Share on other sites
katm 0 Report post Posted August 10, 2009 Thanks for your help! Since I don't have IIS on my local machine, I just changed the virtual directory in VS 2005 and my project now shows the gauge just fine. Quote Share this post Link to post Share on other sites