Crystal references in a project

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

Guest

I have studio 2003 and also have Crystal reports 9 installed on my machine
The problem this causes is that its mixing up the version of the dlls to pick up. I am adding a Crystal report viewer 9.2 control and it adds references to the 9.1 instead of the 9.2 libraries which i want. I can change the references manually and change the version in the HTML file of the form and rebuild but I am not sure if the application will run. The dlls in version 9.1 came with Dot net and the 9.2 came with crystal reports. I need 9.2 because the reports that i have written in 9.2 cannot be opened by the 9.1 crystal report viewer control

The control in the toolbox is version 9.2 (CrystalReports.web.dll) but it still imports the references to 9.1 .. How can i make it only get the 9.2

Any help is greatly appreciated
 
If you take the properties of your project in VS2003 it will give you an
option for "Reference Paths". You can go there and add the entries for
Crystal Report 9.2

Sarfraz

google said:
I have studio 2003 and also have Crystal reports 9 installed on my machine.
The problem this causes is that its mixing up the version of the dlls to
pick up. I am adding a Crystal report viewer 9.2 control and it adds
references to the 9.1 instead of the 9.2 libraries which i want. I can
change the references manually and change the version in the HTML file of
the form and rebuild but I am not sure if the application will run. The dlls
in version 9.1 came with Dot net and the 9.2 came with crystal reports. I
need 9.2 because the reports that i have written in 9.2 cannot be opened by
the 9.1 crystal report viewer control.
The control in the toolbox is version 9.2 (CrystalReports.web.dll) but it
still imports the references to 9.1 .. How can i make it only get the 9.2?
 
Back
Top