G
Guest
The best way to describe the problem is this:
I have a Windows-based app, designed in Visual Basic .NET. In the application,
I have a form that contains a Crystal ReportViewer control, and that control
hosts a Crystal ReportDocument. The problem is this: When I lauch the report
in the ReportViewer, another application (completely unrelated to this one) starts on the same PC. This other unrelated application also uses embedded Crystal Reports.
Anyone out there encountered this problem before? I would really like to suppress this other application from starting. I can grab the process and kill it that way, but I don't want to have to do that. I really don't want this other app to start when I launch a report in my app.
I have a Windows-based app, designed in Visual Basic .NET. In the application,
I have a form that contains a Crystal ReportViewer control, and that control
hosts a Crystal ReportDocument. The problem is this: When I lauch the report
in the ReportViewer, another application (completely unrelated to this one) starts on the same PC. This other unrelated application also uses embedded Crystal Reports.
Anyone out there encountered this problem before? I would really like to suppress this other application from starting. I can grab the process and kill it that way, but I don't want to have to do that. I really don't want this other app to start when I launch a report in my app.