Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to get response from server without sending client request? Pin
Ali Al Omairi(Abu AlHassan)29-May-12 0:41
professionalAli Al Omairi(Abu AlHassan)29-May-12 0:41 
GeneralRe: How to get response from server without sending client request? Pin
ashjassi17-Aug-12 3:16
ashjassi17-Aug-12 3:16 
Questionasp.net c# textbox array Pin
fajarkputra27-May-12 22:23
fajarkputra27-May-12 22:23 
AnswerRe: asp.net c# textbox array Pin
AmitGajjar27-May-12 23:40
professionalAmitGajjar27-May-12 23:40 
AnswerRe: asp.net c# textbox array Pin
wikizhao27-May-12 23:43
wikizhao27-May-12 23:43 
AnswerRe: asp.net c# textbox array Pin
Apocalypse Now28-May-12 14:34
Apocalypse Now28-May-12 14:34 
AnswerRe: asp.net c# textbox array Pin
taha bahraminezhad Jooneghani3-Jun-12 3:12
taha bahraminezhad Jooneghani3-Jun-12 3:12 
QuestionAbout AspxGauges Pin
haluk_7827-May-12 21:46
haluk_7827-May-12 21:46 
Hello guys,

There is a problem that I added a few AspxGauges to my project. I set the customize Gauge control and save them out as XML. The page load is below:

<pre lang="c#">
        protected void Page_Load(object sender, EventArgs e)
        {
                this.gauges_yil.RestoreLayoutFromXml(MapPath("~/aspx/gauges_yil.xml"));
                this.gauges_m2.RestoreLayoutFromXml(MapPath("~/aspx/gauges_m2.xml"));
                this.gauges_kasa.RestoreLayoutFromXml(MapPath("~/aspx/gauges_kasa.xml"));
                this.ASPxGaugeControl4.RestoreLayoutFromXml(MapPath("~/aspx/ASPxGaugeControl4.xml"));
                this.ASPxGaugeControl5.RestoreLayoutFromXml(MapPath("~/aspx/ASPxGaugeControl5.xml"));
                this.ASPxGaugeControl6.RestoreLayoutFromXml(MapPath("~/aspx/ASPxGaugeControl6.xml"));
                
        }


However, I got this error after I sent it to the server:


Server Error in '/' Application.
Security Exception

Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SecurityException: Request failed.]
DevExpress.XtraGauges.Core.Resources.PointF2DConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) +0
System.Web.Compilation.CodeDomUtility.GenerateExpressionForValue(PropertyInfo propertyInfo, Object value, Type valueType) +587
System.Web.UI.SimplePropertyEntry.GetCodeStatement(BaseTemplateCodeDomTreeGenerator generator, CodeExpression ctrlRefExpr) +136
AnswerRe: About AspxGauges Pin
taha bahraminezhad Jooneghani3-Jun-12 3:20
taha bahraminezhad Jooneghani3-Jun-12 3:20 
QuestionPrivilege Elevation in an MVC3 web application Pin
Brady Kelly26-May-12 22:36
Brady Kelly26-May-12 22:36 
QuestionImage Editing at different portions Pin
Raghavendra Rao 55826-May-12 16:59
Raghavendra Rao 55826-May-12 16:59 
AnswerRe: Image Editing at different portions Pin
shashidhar reddy.k28-May-12 19:28
shashidhar reddy.k28-May-12 19:28 
GeneralRe: Image Editing at different portions Pin
Raghavendra Rao 55828-May-12 19:35
Raghavendra Rao 55828-May-12 19:35 
Questiondebug web form 2010 Pin
sc steinhayse26-May-12 11:41
sc steinhayse26-May-12 11:41 
AnswerRe: debug web form 2010 Pin
R. Giskard Reventlov26-May-12 13:31
R. Giskard Reventlov26-May-12 13:31 
Questionhow to make a project in notepad through .net Pin
shankarindore26-May-12 0:57
shankarindore26-May-12 0:57 
AnswerRe: how to make a project in notepad through .net Pin
Richard MacCutchan26-May-12 1:01
mveRichard MacCutchan26-May-12 1:01 
AnswerRe: how to make a project in notepad through .net Pin
R. Giskard Reventlov26-May-12 13:27
R. Giskard Reventlov26-May-12 13:27 
QuestionRe: how to make a project in notepad through .net Pin
AmitGajjar27-May-12 23:42
professionalAmitGajjar27-May-12 23:42 
Questionhow to make start up page on iis for a website Pin
Zubair_Shah25-May-12 10:31
Zubair_Shah25-May-12 10:31 
AnswerRe: how to make start up page on iis for a website Pin
Sandeep Mewara25-May-12 17:43
mveSandeep Mewara25-May-12 17:43 
GeneralRe: how to make start up page on iis for a website Pin
shashidhar reddy.k28-May-12 19:19
shashidhar reddy.k28-May-12 19:19 
AnswerRe: how to make start up page on iis for a website Pin
ashjassi17-Aug-12 3:18
ashjassi17-Aug-12 3:18 
QuestionColor Trackbar Pin
w4uoa25-May-12 7:47
w4uoa25-May-12 7:47 
AnswerRe: Color Trackbar Pin
Richard MacCutchan25-May-12 7:56
mveRichard MacCutchan25-May-12 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.