ebrea Posted October 19, 2007 Report Share Posted October 19, 2007 I'm writing from Caracas - Venezuela, i'm working as a IS Consultant in a Petroleum Company. We are receiving the following error when trying to use the ChartFX 6.2 .NET control display within the web browser:Failed to download ChartProtocolError - ProxyAuthenticationRequired(407) We are using the full version of the product. Since 1 month ago, we experienced some "Missing license tag" errors (some clients uses framework 2.0) and we installed Chart FX for .NET 6.2 Service Pack. Problem solved, but now we are experienced the mentioned error. We think that the cause of this is our Proxy Firewall configuration. We need to know what components or dll the software is trying to download, so we can do it manually into the clients pc's. If anyone can respond right away that would be greatly appreciated.Thanks! 1 Quote Link to comment Share on other sites More sharing options...
maximop Posted October 19, 2007 Report Share Posted October 19, 2007 Setting the chart's embedded data and main client accordingly will solve this problem. You can do the following: Chart1.EmbeddedData = true; Chart1.MainClient = false; Quote Link to comment Share on other sites More sharing options...
ebrea Posted October 19, 2007 Author Report Share Posted October 19, 2007 Perfect maximop, it works! Thanks a lot for your help. Quote Link to comment Share on other sites More sharing options...
mhalloway Posted October 2, 2008 Report Share Posted October 2, 2008 I have run into a similiar issue; message display by client browser "Failed to download chart ProtocalError - ProxyAuthenticationRequired (407)". I utilized your provided information which worked successfully in IE 7x. The issue was found when checking the site with FireFox 3.0.3, the chart begin to download then completely disappears. The chart displays correctly in FireFox without the above information added. Not sure which browser is being used by client; but the above information with break FireFox and fix IE... Any insight to this issue would be greatly appreciated Quote Link to comment Share on other sites More sharing options...
chaslhamilton Posted November 3, 2008 Report Share Posted November 3, 2008 Where would I make those settings changes? I am having similar issue. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.