Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
this is text error in the report please help me:


Could not load file or assembly 'file:///c:\Program Files\SAP BusinessObjects\Crystal Reports For .NET FrameWork 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.

I can't solved this problem.pls heeeeelp meeeeeeeeeee....
Posted
Comments
[no name] 31-Aug-12 12:52pm    
"I can't solved this problem", and why not? The error message is perfectly clear. Does that DLL exist in the specified location? Are all of the DLL depndencies present? Did you install the CR redistributable?
DaveAuld 31-Aug-12 12:53pm    
Silly question., but, have you looked at the file path to see if the file resides there? If not you may want to remove the reference and re-add it pointing to the correct location, or add the dll to that location, or another location that is accessible to the project.

1 solution

I had a problem like this, and the solution in this link[^] was basically what I did to fix it. I found other links that explained why it fixed it better, but I can't find them. It has something to do with how the path that it's looking for is looking for ...dotnet1\crdb_adoplus.dll when it should be looking for just ...dotnet\crdb_adoplus.dll....and it had to do with different versions of crystal or .net working differently. I can't quite remember the specifics.

If this doesn't work, you need to post more information about your project. What version of Visual Studio do you use? What version of Crystal? What version of Crystal were the reports created with? Is it a web project or win forms? Are you having issues between 32bit vs 64bit systems?

Hope this helps.
 
Share this answer
 
Comments
malihe67 1-Sep-12 2:14am    
thanks, my visual studio is 2010 and version of crystal is 13.0 and my project is win form and 32bit.
I retrying for reinstall crystal but not solved this problem!
what do I do?
malihe67 1-Sep-12 2:33am    
ok, dear Kschuler How do I change the path?change dotnet1 to dotnet.
malihe67 2-Sep-12 3:22am    
thanks. I can solved.

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