CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed - VB.NET 2003 -


anybody know why below error exist?

crystaldecisions.crystalreports.engine.loadsavereportexception: load report failed 

from comments windows\temp, caused application pool's identity not having access c:\windows\temp (and possibly reports folder).

you can solve problem giving application pool credentials have necessary permissions, or giving read write permissions "network user" c:\windows\temp folder (and again, possibly reports folder).

the reason why folder required crystal runtime creates dynamic copy of report @ runtime , places in %temp% folder. temp folder copy (with guid appended original file name) shown in web browser. design , useful feature ensure live report safe.

following this, have proper cleanup after loading every report because they stay there , fill temp folder!


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -