Problem accessing crystal reports in WinForms app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a WinForms app that is being accessed by users across a network share. All the users have the 1.1 framework installed locally. Whenever a user tries to bring up one of the reports in the app, an error occurs saying the crystal engine cannot be found. Does the framework not include this? What do we have to do to get them all up and running

Thanks in advance!!
 
Hi Jon,

i would think that since your app is actually deployed to the network share
there are some issues with the components installed locally to the client.
there are several modules that need to be there that might not be...

check out this doc for more details. i'm not sure if or how this will impact
your deployment architecture.
http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf

hope this helps,

jim

Jon Robinson said:
I have a WinForms app that is being accessed by users across a network
share. All the users have the 1.1 framework installed locally. Whenever a
user tries to bring up one of the reports in the app, an error occurs saying
the crystal engine cannot be found. Does the framework not include this?
What do we have to do to get them all up and running?
 
Back
Top