ktsang Posted November 17, 2008 Report Share Posted November 17, 2008 Hi, Recently, the IE closes automatically when refreshing the ChartFX with data. In PC with visual studio, it shows "System.Security.SecurityException" occured in iexplore.exe, {"Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."} what is the reason for this error? Regards, Kenneth Quote Link to comment Share on other sites More sharing options...
TomasT Posted November 17, 2008 Report Share Posted November 17, 2008 Hi, I Assume you are using the .Net client control to render the chart, correct? How are you manipulating the data? Are you doing something at the client side using Java script? Are you using Ajax to bring new data from the server? The error you mention may indicate trust issues on the client side. If you are indeed manipulating the chart object on the client side, you need to make sure you have the .Net trust set to full. Can you please verify your .Net trust settings for the zone in which the page is running? Thanks, TT Quote Link to comment Share on other sites More sharing options...
ktsang Posted November 21, 2008 Author Report Share Posted November 21, 2008 Yes, it's a .Net control. However, he data is not manipulated by java script, not Ajax too. After selecting some option, the webpage is refreshed with the chartfx control binding to retrieved data. Where I can check the .Net trust setting? Regards, Kenneth 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.