dear all,
I am working on a project that allow scanning the docs from client pc and I can get it in my application. this is working fine when I work in my development pc but when I deploy the project in IIS server, windows server 2012, and try to access the scanning feature using .xap file i got the following error.
"
[ComAutomation_FeatureBlocked]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See
http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=ComAutomation_FeatureBlocked
"
I followed different solutions in different web sites but nothing is working for me.
I am using Silverlight 5 with in-browser and out of browser options and with ElevatedPermissions. I changed the registry entries in client machine for "AllowElevatedTrustAppsInBrowser" to 1 as well, means I tested every concerned post I found but useless.
kindly tell me, in order to allow scanning from client pc when application deployed in sever what are the right options that one need to consider. what settings are required to do in server and what in the client pc so that I can prevent the above said error.
I got automationfactory.isavailable always false.
please guide me the procedure elaborately. with many thanks