mikelu Posted October 8, 2013 Report Share Posted October 8, 2013 Hi, I wanted ChartFx for .Net 6.2 to display the complete path/URL upon generation of the <IMG> tags. I figured I should change the ChartFx.Internet.config to include the "RequiredRoot" element. Having done so, I restarted the IIS application pool (actually several times) but changes are not taking effect.I'm using IIS 6.0 / .Net 2.0. Would appreciate if someone could help me out. Here's what I have in my ChartFx.Internet.config file: <CfxIESettings> <Relative>/ChartFX62/Temp</Relative> <RequiredRoot>http://ourdomain.com</RequiredRoot></CfxIESettings> the image tags come out as: <IMG SRC="/chartfx62/temp/CFT1008_01551116085.png" WIDTH="950" HEIGHT="300" > Thanks! Quote Link to comment Share on other sites More sharing options...
AndreG Posted October 8, 2013 Report Share Posted October 8, 2013 Just tested and it works for me: <CfxIESettings> <Relative>/ChartFX62/Temp</Relative> <RequiredRoot>http://localhost</RequiredRoot> </CfxIESettings> Gives me the tag: <IMG src="http://localhost/ChartFX62/Temp/CFT1008_10565728629.png" WIDTH="300" HEIGHT="300" /> What version of dlls are you using? Where do you keep the ChartFx.Internet.config file? Quote Link to comment Share on other sites More sharing options...
mikelu Posted October 9, 2013 Author Report Share Posted October 9, 2013 here's a list of the dll's and versions. thanks Quote Link to comment Share on other sites More sharing options...
AndreG Posted October 9, 2013 Report Share Posted October 9, 2013 That is a fairly dated version of the product. Please try upgrading at www.mysoftwarefx.com. 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.