system.unauthorizedAccesException html.files
system.unauthorizedAccesException "html.files\"
When I try to export report to HTML i get this error. directory exists and changing privileges to it does nothing.
When I try to export different report it works and previous report magically starts to work too. [img]style_emoticons/<#EMO_DIR#>/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> After I restart the server the I get the error again. both reports looks similar for me. I export this report to memory stream and StackTrace is:[/img]
w System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  w System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj)
  w System.IO.Directory.CreateDirectory(String path)
  w FastReport.Export.Html.HTMLExport.Start()
  w FastReport.Export.ExportBase.Export(Report report, Stream stream)
  w FastReport.Report.Export(ExportBase export, Stream stream)
  w Samer.Libraries.SamerController.ReturnHTML(Report report, Int32 page) w E:\Projekty\RUCHSamerGroup\MCSC_Web\Libraries\SamerController.cs:wiersz 227
  w Samer.Controllers.JSController.GetHTMLReport(String pageParam, String reportIndex) w E:\Projekty\RUCHSamerGroup
Is it necessary to create this directory?