Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am using WebCamLib.dll for capturing image from web camera in C# Windows application.Its works on my system but it's not working on another system which displaying the following error. Can anyone help to find solution for this error.
C#
Could not load file or assembly 'WebCamLib,Version =0.0.0.0,Culture = neutral,PublicKey Token = null' or one of its dependencies. This Application has failed to start because the application configuration is incorrect. Reinstalling the application may fix t his problem.(Exception from HRESULT: 0*800736B1)
Posted
Updated 5-Aug-13 19:10pm
v2

1 solution

The c++ runtime was not installed on the xp machine.

I downloaded it here and then it worked!

http://www.microsoft.com/downloads/de-de/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84&displayLang=de

source : http://jakemdrew.wordpress.com/2012/01/10/controlling-your-web-camera-using-c/#comment-292[^]
 
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