Crystal Report .Net 1.1 (Built-in)

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

Guest

I do have problems in the deployment of my crystal reports in my application
server. Though, this has the .Net Framework installed error always occur in
accessing my reports saying that " Parser Error Message: File or assembly
name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was
not found."

Any ideas in 1.1 that make this nightmare right?
Thank you in advance.
 
I do have problems in the deployment of my crystal reports in my application
server. Though, this has the .Net Framework installed error always occur in
accessing my reports saying that " Parser Error Message: File or assembly
name CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was
not found."

Any ideas in 1.1 that make this nightmare right?
Thank you in advance.
What dev tool are you using..Be sure those assemblies are explicitly included/referenced in your application.
 
Jon Gonzales said:
I do have problems in the deployment of my crystal reports in my
application
server. Though, this has the .Net Framework installed error always occur
in
accessing my reports saying that " Parser Error Message: File or assembly
name CrystalDecisions.CrystalReports.Engine, or one of its dependencies,
was
not found."

Any ideas in 1.1 that make this nightmare right?
Thank you in advance.

This is a common error with the Crystal Reports for .Net assemblies...what
you should try is select the report in the Solution Explorer, then open the
properties for the file (in Solution Explorer, right-click the file and
select properties).

Look at the custom tool it has set. If it is:

CrystalDecisions.VSShell.CodeGen.ReportCodeGenerator

Change it to:

CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator

If it is already CrystalDecisions.VSDesigner... then change it to the
VSShell one above.

This *should* fix your problem.

HTH,
Mythran
 
Will do. Inform you ASAP with the results. I'm off, i guess for two (2)
days for other stuff, thanks anyways.
 
Back
Top