or
[InvalidOperationException: Not running in a hosted service or the Development Fabric.]
Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitor.GetDefaultStartupInfoForCurrentRoleInstance() +169
Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener..ctor() +57
[ConfigurationErrorsException: Could not create Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.]
System.Diagnostics.TraceUtils.GetRuntimeObject(String className, Type baseType, String initializeData) +6190124
System.Diagnostics.TypedElement.BaseGetRuntimeObject() +45
System.Diagnostics.ListenerElement.GetRuntimeObject() +91
System.Diagnostics.ListenerElementsCollection.GetRuntimeObject() +150
System.Diagnostics.TraceInternal.get_Listeners() +176
System.Diagnostics.TraceInternal.WriteLine(String message) +113
System.Diagnostics.Trace.WriteLine(String message) +4
Telerik.Reporting.Processing.Timer..ctor(String name, Stopwatch stopwatch) +92
Telerik.Reporting.Processing.Timer..ctor(String name) +61
Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +121
Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +900
Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +262
Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +77
Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +202
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Kindly help me..
Me.ChartSpendByTier.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Reporting.Charting.Styles.ChartValueFormat.Currency
Line chart and Logarithmic setting
Hi ,
Whenever I change the Plot Area-> Y-Axis-> IsLogarithimic setting to true, I’m getting "Parameter is not valid" error in Visual Studio 2010. Does anybody else have the same problem?
Attached is the screen shot.