Hi,
We recently moved a .NET web app (VS 2008) using CR 2008 from a Win Server 2003 machine to Win Server 2008. We installed the CR2008 SP2 runtime. To get our app working, we had to make the IIS App pool run in 32 bit (WOW) mode since there is no 64 bit runtime for CR2008 (I trust there is going to be one in CR2010???!!). Our app outputs reports as pdf files which it saves on the server for users to download.
The reports are being produced, but certain letters in certain fonts are being doubled up, or have other letters inserted after them. For example, our reports use Palatino Linetype in text boxes and in this font every letter 't' is duplicated!! Another font I tried (can't remember which) inserted an 'h' after every 't'. The only font I could find which worked ok was Arial, which is not ideal. Has anyone seen this, or have any idea what's going on?
Michael