I have created an activeX
control (not signed) using VS 2008
and following this link, and converted it into a cab
file, which is then placed on the server. When I am accessing the page with the activeX control embedded from the machine in which I created the activeX (which is different from the server), the control is working fine, but if I access the same page on another machine, it shows the infamous error 'Automation server can't create object
'
Everywhere I search for this error, I find that it disappears if I place the site in the 'Trusted
' zone, and customize the security settings for that zone to
'Enable' for 'Download unsigned activex controls'
'Disable' for 'Only allow approved domains to use activex without prompt'
'Enable' for 'Initialize and script activex controls not marked as safe for scripting'
'Disable' for 'Allow activex filtering'
But, unfortunately, it doesn't work for me. Something I can't understand is that why does it work on the machine I created the activeX, and not in others even though they have the same IE settings Has it got anything to do with the control being registered by Visual Studio
at the time of can creation on the machine in which I created the control?
I don't wish to run any registry-changing commands manually, as this should be done by the cab file itself somehow on client machines