Problem Adding existing crystal reports to c# project

A

AboutJAV

Hi,

I got a crystal report (.rpt + .cs files) and the dataset (xsd + cs +
designer.cs + .xsc + .xss). I added them to my project and changed the
namespace values in the cs files.

When I added a method to declare a rpt class object like

my crystal report file/class is MyCrystalReport.cs and the

I try to build the project and it came back with an error that the
MyCrystalReport could not be found, missing assembly.

I double check my names in the cs file. The namesponse on the report
cs file is

myGUI.myModule.CrystalReport

In the cs file where I want to populate the dataaset and bind to the
report, I started to type in using myGUI.myModule but nothing
appearred in the intellisense after myModule, thus it does not know
about the MyCrystalReport class to declare the object.

Did I missed a step when I

1. Add existing item --> add the crystal report files and dataset to
my project
2. Changed all the namespace value in the cs files.


Thanks,
 

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