Hello all,
I am using a 3rd party twain dll on my site to control a scanner on the users machine. I can get the code to work when it is in VS 2005. The problem is that once I put the code onto the server, it can not find the object, or the objects code, I don't know which one. Here is the code I have for the object:
I have followed all the fixes in the faq on the vendors website, and none of them have worked. Does anyone have an idea for what I can try next?
Thanks in advance,
Brian
I am using a 3rd party twain dll on my site to control a scanner on the users machine. I can get the code to work when it is in VS 2005. The problem is that once I put the code onto the server, it can not find the object, or the objects code, I don't know which one. Here is the code I have for the object:
Code:
<object id="Twain1" name="Twain1"
classid="[URL unfurl="true"]http://dc2/scan/Twain.dll#Twain.VSTwain"[/URL]
codebase="[URL unfurl="true"]http://dc2/scan/Twain.dll#fileversion=2,4,2">[/URL]
</object>
I have followed all the fixes in the faq on the vendors website, and none of them have worked. Does anyone have an idea for what I can try next?
Thanks in advance,
Brian