
Using a scanner in IE with VB6 on WinXP
the answer can be easy too :)
1. Check if you (DLL) has enough permissions to the folder on WinXP (most
likely cause)
2. If the dll is registered in COM+ then check that the user ( as set on
the Identity tab of the COM+ package) has rights to access/write on that
folder.
HTH
--
Ashok Gupta - ashi
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:
> Hi everybody,
> my trouble is easy........
> I have a DLL that works properly on WinNT, Win9X and Win2000. This DLL
> allows the user to scan a document and save it to the server's HD. The
> application is web-based developed in ASP and the DLL is developed in
Visual
> Basic 6.
> This DLL does not work on WinXP.
> Has anybody experienced the same trouble and found a solution?
> Thanks!!