Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have tried using the cefsharp in windows application , when i run the application i am getting the error
Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.


But I have referenced the latest version of the cefsharp(1.25.5.0) also I have add the supporting assemblies to the bin folder of my working directory.

I even tired google but dint got any info
https://groups.google.com/forum/#!topic/cefsharp/d-mwn831Bm0[^]

I am using Visual Studio 2010 with .Net Framework 4.0.

Could you suggest me what can be done to resolve the issue?
Posted
v2
Comments
Try to clean the Project and Re-Build again.
Member 10354276 14-Nov-13 7:32am    
i tried all the options mentioned above but error got resolved when i added the two dlls msvcp110.dll, msvcr110.dll . But now i am not getting any error but still the browser is not launching only the blank window is displying
BillWoodruff 8-Nov-13 14:01pm    
Sounds like you are not alone:
see question 3:

https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions

http://stackoverflow.com/questions/18203077/could-not-load-file-or-assembly-cefsharp-dll-or-one-of-its-dependencies

Google is your friend.
Member 10354276 14-Nov-13 2:07am    
i tired by cleaning the project and re-build my application there are no build errors but when i execute the project at run time am getting still the same error.
Member 10354276 14-Nov-13 10:00am    
It worked fine after i added the reference of the msvcp110.dll, msvcr110.dll and rebuild the application

1 solution

Adding one answer on behalf of OP.
Quote:
It worked fine after i added the reference of the msvcp110.dll, msvcr110.dll and rebuild the application
 
Share this answer
 
v2
Comments
Member 13258887 14-Jun-17 6:15am    
where i can get that msvcp110.dll, msvcr110.dll ?

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

  Print Answers RSS


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