We have created a VB.NET (2005) application that uses the 11.5.9708.826 Crystal dlls (CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.Shared.dll, etc)
The VB.NET app uses the ReportDocument object model to load the Crystal Report (created in Crystal XI, not in Crystal embedded within VB.NET).
We are using the Merge Modules fro .net 2005 as recommended by Business Objects to deploy our VB.NET app to a runtime client.
When the VB.Net .exe executes on the runtime machine, it errors with an 'has encountered a problem and needs to close. We are sorry for the inconvenience.' error message.
I have no idea why this is happening except that I know it has to do with the Crystal dlls. If I remove all the code and references to the Crystal dlls, the app will not error out. Granted it will not run my report because all the crystal dlls have been removed, but as soon as I add the crystal dlls back in, I receive the error.
Security is set up correctly, and we have Crystal XI Release 2 with Service Pack 2 installed.
Anyone have any problems deploying the vb.net apps for 2005?
Anyone know how to resolve our issue?
The VB.NET app uses the ReportDocument object model to load the Crystal Report (created in Crystal XI, not in Crystal embedded within VB.NET).
We are using the Merge Modules fro .net 2005 as recommended by Business Objects to deploy our VB.NET app to a runtime client.
When the VB.Net .exe executes on the runtime machine, it errors with an 'has encountered a problem and needs to close. We are sorry for the inconvenience.' error message.
I have no idea why this is happening except that I know it has to do with the Crystal dlls. If I remove all the code and references to the Crystal dlls, the app will not error out. Granted it will not run my report because all the crystal dlls have been removed, but as soon as I add the crystal dlls back in, I receive the error.
Security is set up correctly, and we have Crystal XI Release 2 with Service Pack 2 installed.
Anyone have any problems deploying the vb.net apps for 2005?
Anyone know how to resolve our issue?