Crystal Report XML Report Service Problem

  • Thread starter Thread starter Sean Chiu
  • Start date Start date
S

Sean Chiu

Hi all,
I have a problem on crystal report xml report service. After I
finished a simple report service and tested it in local IIS, it works.
However, when publishing it to a production IIS (another webserver in
separate PC) , the following error error message is prompted.

/************************************************************************************/
Could not load file or assembly 'CrystalDecisions.Web,
Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
or one of its dependencies. The system cannot find the file specified
/************************************************************************************/

It seems that it required some crystal report libraries, so I search my
pc and copy them to the published location's "bin" directory. However
it still does work. I don't know what's the problem is.
1) Are the libraries copied in wrong location
2) Are the libraries version does not match

Another questions
3) My company have already bought the Microsoft SELECT License, can I
found the crystal report's libraries for Visual Studio 2005 from the
SELECT disks.

Thanks.
Sean
 
Sean Chiu said:
Hi all,
I have a problem on crystal report xml report service. After I
finished a simple report service and tested it in local IIS, it works.
However, when publishing it to a production IIS (another webserver in
separate PC) , the following error error message is prompted.

/************************************************************************************/
Could not load file or assembly 'CrystalDecisions.Web,
Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
or one of its dependencies. The system cannot find the file specified
/************************************************************************************/

It seems that it required some crystal report libraries, so I search my
pc and copy them to the published location's "bin" directory. However
it still does work. I don't know what's the problem is.
1) Are the libraries copied in wrong location
2) Are the libraries version does not match

Another questions
3) My company have already bought the Microsoft SELECT License, can I
found the crystal report's libraries for Visual Studio 2005 from the
SELECT disks.

Thanks.
Sean

You probobly need to install crystal decision merge modules into target
computer.
 
Back
Top