Hello I am evaluating Stimulsoft .web 2010 i have developed a report and tested on my developer machine but when i have deployed the same on server which is windows 2003 i am getting following error... kindly please help me to solve this
Server Error in '/IDSConcrete' Application.
Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /noconfig /fullpaths @"C:\Windows\TEMP\dw-e6dnd.cmdline".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.ExternalException: Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /noconfig /fullpaths @"C:\Windows\TEMP\dw-e6dnd.cmdline".
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:
[ExternalException (0x10b): Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /noconfig /fullpaths @"C:\Windows\TEMP\dw-e6dnd.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +2204
System.CodeDom.Compiler.Executor.ExecWaitWithCapture(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +122
Microsoft.CSharp.CSharpCodeGenerator.Compile(CompilerParameters options, String compilerDirectory, String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs) +195
Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames) +469
Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources) +493
Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources) +53
System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources) +23
Stimulsoft.Base.StiCompiler.Compile(String textToCompile, String outputAssembly, LanguageType languageType, StiOutputType outputType, String[] referencedAssemblies, List`1 resources) +527
Stimulsoft.Report.StiReport.Compile(String path, Stream stream, StiOutputType outputType, Boolean autoCreate, Object standaloneReportType) +1749
Stimulsoft.Report.StiReport.Compile() +18
Stimulsoft.Report.Engine.StiReportV2Builder.RenderSingleReport(StiReport masterReport, StiRenderState renderState) +811
Stimulsoft.Report.StiReport.RenderReport(StiRenderState renderState) +443
Stimulsoft.Report.StiReport.Render(StiRenderState renderState, StiGuiMode guiMode) +900
Stimulsoft.Report.StiReport.Render(Boolean showProgress) +53
Stimulsoft.Report.Web.StiWebViewer.RenderReport(StiReport report) +90
Stimulsoft.Report.Web.StiWebViewer.ProcessReport() +706
Stimulsoft.Report.Web.StiWebViewer.CreateChildControls() +183
System.Web.UI.Control.EnsureChildControls() +87
Stimulsoft.Report.Web.StiWebViewer.OnLoad(EventArgs e) +53
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.5446; ASP.NET Version:2.0.50727.5420
Problem on Stimulsoft.web
-
- Posts: 1
- Joined: Tue Sep 20, 2011 3:31 am
- Location: mumbai
Problem on Stimulsoft.web
Hello,
This error means that the compilation is not allowed on the server side, that is impossible to compile the report. Please try to use an interpreter mode (the Calculation Mode properties of the report component), or to allow compilation in the server configuration.
Thank you.
This error means that the compilation is not allowed on the server side, that is impossible to compile the report. Please try to use an interpreter mode (the Calculation Mode properties of the report component), or to allow compilation in the server configuration.
Thank you.