When you acquire images, you may receive the following error message:

Cause:
The error message may be returned by IE when you set the value of the IfThrowException property to true.
Resolution:
Please set the value of IfThrowException to false. For more information about this property, please click here.
Also please set the value of the IfThrowException parameter to 0 in the <object> tag.
<object classid="clsid:FFC6F181-A5CF-4ec4-A441-093D7134FBF2" id="DynamicWebTwain1" width="250" height="350" codebase = "DynamicWebTwain.cab#version=5,1,1">
...
<param name="IfThrowException" value="0"/>
..
</object>
