MIkhail,
Here is the nature of the problem, Eventhough I have the object identified
<OBJECT ID="VSTwain1" WIDTH=1 HEIGHT=1
CLASSID="http://localhost/scan/VintaSoft.Twain.dll#VintaSoft.Twain.VSTwain"
CODEBASE="http://localhost/scan/VintaSoft.Twain.dll#version=1,2,1,6">
</OBJECT>
When I try to start a call whcih is supposed to open a dialog I get the following message
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
It has to do something with the component but the funny thing is that under debug mode it works the first time! any ideas?