Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
my application is in VS2010 and im using one cystal report to show the data.
along with that i have give export to pdf functionality in that.
In my local machine when i do export to pdf it work properly but when i diploy the application on server and do export to pdf page is blank

i have given refernce of crystal report version is 10.5 in local machine.
when i check ther version of crystal report version under common file folder on server it is 9.1
is this is the reason that im not able to perform export to pdf on server

what i need to do to perfomr export to pdf on server also ?
please guide what i need to do and how ??

im getting an error :-

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

thanks
Posted

1 solution

You forgot to add references related to crystal reports or your configuration file missing something
Sample web.config for Crystal Reports[^]
Check here & for more details you could try their forums
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900