Hi everyone:
I have a C# Application on .NET including some Crystal Reports. Those reports are generated and exported to a pdf file.
On the Development machine the reports work fine, but when I try to run the report on the deployed machine it generates an error telling that other process is using the rpt file or that the user doesn't have permissions to access it.
When I don't export the report and use a viewer it shows the report.
I already check permissions over files and paths (suggested by Crystal), but still don’t work. And if I check the file it says that is not been used by any other process.
It doesn’t matter what type of file I'm generating (word, excel or pdf)... it looks like assigning some export options to the report is the cause of the error...
It generates the same error if I used the report as Enbedded Resource or if I load the report as a file (none on build action property)
I need help, because Crystal doesn't have any answer for this case...
Thanks
I have a C# Application on .NET including some Crystal Reports. Those reports are generated and exported to a pdf file.
On the Development machine the reports work fine, but when I try to run the report on the deployed machine it generates an error telling that other process is using the rpt file or that the user doesn't have permissions to access it.
When I don't export the report and use a viewer it shows the report.
I already check permissions over files and paths (suggested by Crystal), but still don’t work. And if I check the file it says that is not been used by any other process.
It doesn’t matter what type of file I'm generating (word, excel or pdf)... it looks like assigning some export options to the report is the cause of the error...
It generates the same error if I used the report as Enbedded Resource or if I load the report as a file (none on build action property)
I need help, because Crystal doesn't have any answer for this case...
Thanks