Click here to Skip to main content
15,915,509 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

Some one of my team made a report for me and send it to my to use it in VS 2010 and show it in a form I added the report and added all references required. (Tip : it is a SAP Report)
After adding the report to the system I tried to run the applications it gives me the following error:
Error	1	'CMS.Contact_Single.NewGenerator': no suitable method found to override	

Error	2	'CMS.Contact_Single.FullResourceName': no suitable method found to override

Error	3	Error	1	Assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' uses 'CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' which has a higher version than referenced assembly 'CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'	c:\Users\Yasser\Dropbox\DLL \CrystalDecisions.Windows.Forms.dll	ReportsInventories

How can I solve these errors?
The first two errors found in the Report itself (the CS File of the Report).

Thanks in advanced.
Posted
Updated 7-Nov-11 9:22am
v2

1 solution

Error 1 and 2 would appear to be a missing reference etc (no suitable method found).

Error 3 is caused by either not having the correct version of Crystal Reports installed on your machine, or not updating the referenced version in your config file.
 
Share this answer
 
Comments
Yasser El Shazly 8-Nov-11 2:24am    
this is the reasons of the Errors so how can i Solve them?

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