ssaran 0 Newbie Poster

:eek: Hi all
Scenario:
I am creating dynamic PDF reports using XML and FONET. Reports include graph images which are also created on fly. Each time when report is requested graphs are created and saved on the server’s file system to be used by PDF. To save space on the HD I am using same files per user session.
Reports are also rendered as HTML using XSLT. HTML does not use graphs from the files, images are directly rendered to the response stream.

Problem:
Combination IIS - DOTNET framework 1.x works fine in both cases (PDF and HTML rendering)

Combination IIS - DOTNET framework 2.0 works fine for the HTML rendering.
In case of the PDF rendering as soon as images are referenced by PDF workers process locks the files and it becomes impossible to write to the files.

Does anyone know what’s happening here?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.