0

Recently I got the error "automation server can't create object", for which I know the solution is to add your website to trusted sites and enable the setting: "Initialize and script ActiveX controls not marked as safe for scripting". But since this is a security issue, I searched for an alternative workaround but came up with nothing. So, I am wondering if there is any other work around for this?

Kara
  • 6,115
  • 16
  • 50
  • 57
Sam
  • 1

1 Answers1

0

Please look at this SO question. Check if you did everything that was discussed there.

The first thing is to implement IObjectSafety interface. Then sign the activex and installer and CAB. You might also want to look at this example how to implement an activex.

Community
  • 1
  • 1
pepo
  • 8,644
  • 2
  • 27
  • 42