Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I am developing a image scanner application in VS2010, windows 7.
I added wiaaut.dll as reference in my project.
WIA namespace included in the code.But when I am creating object of WiaClass its showing error as 'class could not be found'.
I want to create object of all these classes.
WiaClass wiaManager = null;       // WIA manager COM object
   CollectionClass wiaDevs = null;   // WIA devices collection COM object
   ItemClass wiaRoot = null;         // WIA root device COM object
   CollectionClass wiaPics = null;   // WIA collection COM object
   ItemClass wiaItem = null;         // WIA image COM object

But it is showing error. Please help me...
Posted
Updated 5-Jul-11 23:33pm
v2

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