|
|
|
start date: Tue, 21 Aug 2007 23:54:00 -0700,
posted on: microsoft.public.dotnet.framework
back
| Thread Index |
|
1
Jon Gonzales
|
|
2
Turkbear
|
|
3
Mythran
|
|
4
Jon Gonzales
|
Crystal Report .Net 1.1 (Built-in)
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.
Date:Tue, 21 Aug 2007 23:54:00 -0700
Author:
|
Re: Crystal Report .Net 1.1 (Built-in)
On Tue, 21 Aug 2007 23:54:00 -0700, Jon Gonzales wrote:
>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.
Date:Wed, 22 Aug 2007 10:20:31 -0500
Author:
|
Re: Crystal Report .Net 1.1 (Built-in)
"Jon Gonzales" wrote in message
news:C5398B08-3ABA-4AD7-99E7-24DC06746DB2@microsoft.com...
>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
Date:Wed, 22 Aug 2007 09:22:37 -0700
Author:
|
Re: Crystal Report .Net 1.1 (Built-in)
Will do. Inform you ASAP with the results. I'm off, i guess for two (2)
days for other stuff, thanks anyways.
"Mythran" wrote:
>
>
> "Jon Gonzales" wrote in message
> news:C5398B08-3ABA-4AD7-99E7-24DC06746DB2@microsoft.com...
> >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
>
>
Date:Wed, 22 Aug 2007 19:50:00 -0700
Author:
|
|
|