Error Message: Could not load file or assembly 'file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
In app.config file
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
Replace with
<startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
thanks, it works
ReplyDeleteThanks a Lot, Working properly...
ReplyDeletewhere app.config? help me, please!
DeleteI think video will show you where to find it
Deletethanks a lot
ReplyDeletemuchas gracias me ha funcionado a la perfección!, jejejeje y eso que en en visual Basic funcionaba muy bien, fue ya que use visual C sharp cuando me aparecio este detalle!
ReplyDeleteSaludos! Joshyba!!!!
Goood i fix issue
ReplyDeleteI converted from VS2008 to VS2010. With the same statement VS2008 can be executed on 64bit environment but I got error message as above for VS2010.
ReplyDeleteThank you for the solution. I installed CRforVS_13_0_5.exe and add
in the ...
The error is fixed.
Thank you.
Note: the post is not displayed. Just use the solution entry startup tag under configuration tag
DeleteHi...
ReplyDeleteThis worked.. you save my day man... from Sri lanka..
B'Rgds
Kovida Nagahawatta
Not Working in my Application
ReplyDeleteI have this same problem. I have used the uselegacy....... method in my app.config file but the problem still persists.
ReplyDeleteHowever, my CrystalReportViewer is displaying my data at startup when I run the form, but the problem pops up when I try to populate the ReportViewer with dataset.
Please help!!!