Is there a way to call WIA from a browser? I am trying to create a web application to allow users to perform a client side document scanning from IE. I created an ActiveX control to wrap up WIA APIs. Everything works out ok if I use the browser on the
same hosting workstation. Here is the problem - I got an exception when I access the web site from another PC. Error:Creating an instance of the COM component with CLSID {850D1D11-70F3-4BE5-9A11-77AA6B2BB201} from the IClassFactory failed due to the following error: 80070005 Access is denied.(Exception from HRESULT: x80070005 (E_ACCESSDENIED)).I used the dcomcnfg to modify the security setting on "WIA Device Manager" and it is still not working. Please help if you know the answer. Thanks!
↧