Click here to Skip to main content
15,886,710 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
I am using VS 2010 and CR 2008. i have added crystal report viewer and CR resource .dll files from C:\Program Files\Business Objects\Common\4.0\managed\dotnet2 location but still when drag and drop CR viewer from toolbox i get error failed to create designer 'crystaldecision.web.crystalreportsource,crystal.web',Version=12.0.2000.0,culture=neutral,PublicketToken=692fbea5521e1304 using framework= 3.5
Posted

Quote:
try few things:-

Add a reference to CrystalDecisions.Web. Since VS automatically added the other CrystalDecisions references but for this it did not automatically add this as well

or go through this http://forums.asp.net/t/457605.aspx
 
Share this answer
 
Comments
Jigar Sangoi 4-Jan-13 23:27pm    
But initially i used VS 2010 with CR 13.0 and its working properly but CR 13.0 is not supported on server so i install CR 2008
failed to create designer 'crystaldecision.web.crystalreportsource,crystal.web',Version=12.0.2000.0,culture=neutral,PublicketToken=692fbea5521e1304 using framework= 3.5
You have a mismatch of crystal assembly reference. Your project is referring to a higher version than what you are providing.

2 options:
1. Provide the same assembly version on server as it is in your project OR
2. Change project Crystal reference to match up what is present on server
 
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