I've just deployed an ASP.NET application onto a Windows 2003 web server. The application contains Crystal Reports. Some of the reports contain characters in WingDings2 font. When the report is generated those characters show in the standard font instead.
I copied the WingDings2 font to the web server, but it did not help. I restarted IIS also and that didn't help.
Any ideas? Thanks!
The report is rendered on the client browser, so unless you're rendering something like a PDF file which can contain embedded fonts, the font needs to be installed on the client computer.
And had you rebooted machine?
IIS does not use the fonts, it is not even used by ASP.NET. I believe that CrystalReports is COM-based.
BTW, which version of ASP.NET, IIS, and CrystalReports we are talking about? Is it CrystalReports for VisualStudio (and which VS?)? or standalone one?
I checked again this morning and it now works. I wonder if the server was rebooted over the weekend.
I had the same issue and i solved it installing the Font directly from the server (not through remote desktop)