I am using a TeeChart control on a report (ActiveReports.NET, www.datadynamics.com).
When I run the report from http://localhost (i.e. development mode), everything works fine. However, when I run the report from http://www.myservername.com (i.e. deployment mode), I was getting errors. The errors I was getting were FileNotFoundExceptions for weird file names (such as '5xfmtqru.dll'). I recogize these file names as those generated by the .NET compiler when code is compiled and loaded dynamically.
I am using Integrated/Basic authentication (this is just during development/testing). I checked the C:\WINDOWS\TEMP folder and found the '5xfmtqru.dll' file. After setting Everyone Read/Write permissions to WINDOWS\TEMP, the errors went away.
Is it the TChart that is compiling this dynamic assembly? Or is this related to the report?
Does TChart compile dynamic assemblies?
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi
TeeChart does not compile any Steema Software created external assemblies. Looking around on the web, it seems that 5xfmtqru.dll is not an assembly shipped with the .NET Framework.Is it the TChart that is compiling this dynamic assembly? Or is this related to the report?
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/