Smartie Posted December 11, 2008 Report Share Posted December 11, 2008 Hey, I am getting two problems with IE and my chart. If I right click on my chart and select properties, the properties window opens and has a warning message in a tooltip in the top left corner with the message: Microsoft .NET Security Warning Never enter personal information or passwords into a windoe unless you can verify and trust the source of the request. I am also getting this error when selecting to copy the chart to bmp: --------------------------- Error --------------------------- The application does not have enough permissions to execute this operation. --------------------------- OK --------------------------- I have added the site to trused sites but this does not help. Any ideas? Why do these forums not replace line breaks with brs, I had to add tags to the end of all my lines.... -.- Quote Link to comment Share on other sites More sharing options...
TomasT Posted December 12, 2008 Report Share Posted December 12, 2008 Hi, When rendering charts with the .Net client control, some operations (like printing or saving to clipboard) require full trust for the zone in which the web site is running. For example, if this application is in trusted sites, you need to make sure that the Trusted Stes zone has the .Net trust level set to full. On development machines this is not complicated since you will likely see the .Net Framework configuration console in Administrative Tools. On the other hand, machines without visual studio will not have this tool and will ned to use caspol from the command line: cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 caspol -machine -chggroup Internet_Zone FullTrust Regards, TT Quote Link to comment Share on other sites More sharing options...
Smartie Posted December 15, 2008 Author Report Share Posted December 15, 2008 Hey, This is going to be a real issue for us, alot of our customers are councils etc and even getting them to add us to the trusted sites was an effort. Getting their IT to run that command on all their pc's is certainly not going to happen. Not sure what to do now :S Quote Link to comment Share on other sites More sharing options...
TomasT Posted December 15, 2008 Report Share Posted December 15, 2008 Hi, I am afraid these limitations escape our control. Clipboard operations and printing require local machine resources and it is understandable from a security standpoint that the browser does not have enough privileges to perform them by default. Have you tried rendering using our active image format (RenderFormat="Image"). A lot of the same interactive functionality is available and since it is AJAX based, it will work in any browser and will have less restrictions. Regards, TT Quote Link to comment Share on other sites More sharing options...
Smartie Posted December 15, 2008 Author Report Share Posted December 15, 2008 Hey, We do have an option for the user to output the chart as auto (.net control if applicable) or image, but they love how they can resize it when its the .net control. Additionally the properties option is grayed out on the image version. Is there a nice document I can point people towards about the rescritions of each mode and how to resolve them? Regards Leah Quote Link to comment Share on other sites More sharing options...
Frank Posted December 18, 2008 Report Share Posted December 18, 2008 We don't have any documents directed to end users. You can find more information here: http://support.softwarefx.com/ShowArticle.aspx?Type=KB&Product=CfxNet70&Source=http://support.softwarefx.com/kb/614/1/001.htm 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.