error with Crystal Reports 9 in VS 2k3

C

Chris Bates

I am getting the below error , which is stopping VS from creating the
classes for the reports I add.


When I add a Crystal Report.NET to a project in Visual studio enterprise
developer 2003, I notice that in addition to the
report, another file (with .cs extension) is NOT addeded.

When compling, I'm getting this error message :
"C:\utv\net\prjandre\CR.rpt The custom tool
'CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator' failed. The
located assembly's manifest definition with name
'Microsoft.VisualStudio.Designer.Interfaces' does not match the assembly
reference."

I'm running Version=9.2.3300.0 of Crystal Report


Any ideas ?

Chris
 
H

Heddy

Found a solution.

in the solution explorer, select a report.

In the properties the 'Custom tool' property is:
CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator

change it to:
CrystalDecisions.VSShell.CodeGen.ReportCodeGenerator

The change seems to be permanent.

Good Luck.


Chris said:
*I am getting the below error , which is stopping VS from creatin
the
classes for the reports I add.


When I add a Crystal Report.NET to a project in Visual studi
enterprise
developer 2003, I notice that in addition to the
report, another file (with .cs extension) is NOT addeded.

When compling, I'm getting this error message :
"C:\utv\net\prjandre\CR.rpt The custom tool
'CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator' failed
The
located assembly's manifest definition with name
'Microsoft.VisualStudio.Designer.Interfaces' does not match th
assembly
reference."

I'm running Version=9.2.3300.0 of Crystal Report


Any ideas ?

Chris


-
Hedd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top