Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I add WIAlib Refrence to my project
its work good
but when i Click on Build Or ReBuild i have see Error for it

Error:
SQL
Warning 2   Could not resolve this reference. Could not locate the assembly "Interop.WIALib". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.   Damyar v1.1


what do i do?

IMPROVE:

in Refrence box i see this symbol is WIAlib file near >> (!)
Posted
Updated 22-Nov-11 5:33am
v2

Try deleting the reference and re-adding it.

EDIT ===============

Did you google WIA scripting?

Here's a code project article that discusses it:

WIA Scripting and .NET[^]
 
Share this answer
 
v2
Comments
synctor 22-Nov-11 11:28am    
Not working...
#realJSOP 22-Nov-11 12:06pm    
Right-click it and look at the properties. See where it thinks the file is, and then browse to that spot on your system to see if the file is really there.
Based on the !, looks like the version of WIAlib is not compatible with the framework version of the project.
 
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