Could Not Find File
Всем доброго дня.
Использую FR в веб сервисе(ASP.Net), довольно нагруженном. Время от времени возникает такой эксепшен при вызове Report.Prepare().
Ни кто не сталкивался с подобной проблемой?
Использую FR в веб сервисе(ASP.Net), довольно нагруженном. Время от времени возникает такой эксепшен при вызове Report.Prepare().
Ни кто не сталкивался с подобной проблемой?
Could not find file 'C:\WINDOWS\TEMP\voafjvwy.dll'.
StackTrace at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames)
at Microsoft.CSharp.CSharpCodeGenerator.FromSourceBatch(CompilerParameters options, String[] sources)
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(CompilerParameters options, String[] sources)
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(CompilerParameters options, String[] sources)
at FastReport.Code.AssemblyDescriptor.InternalCompile()
at FastReport.Report.Compile()
at FastReport.Report.Prepare(Boolean append)
at FastReport.Report.Prepare()