0

I have an intranet application that uses activex. It runs fine in Windows 7 but not in Windows 8. I've used caspol to grant full trust, I've set IE 10 to allow downloading and running of activex controls.

I've even tried to run it in Chrome with an activex addon.

Nothing seems to work.

I'd really appreciate any insight. Jon

Jon
  • 123

3 Answers3

1

If you're asking how to get ActiveX controls to work in IE in the modern/metro interface, you're completely out of luck; ActiveX controls do not work there.

If you want to get an ActiveX control to work, you have to switch to the standard desktop and launch IE from there. ActiveX does work there. I use it to access Remote Desktop Web App.

longneck
  • 23,272
0

If the ActiveX control is written in .Net 3.5, you have to install that framework in Windows 8, as it is not included by default.

http://msdn.microsoft.com/en-us/library/hh506443(v=vs.110).aspx

-1

Try first to determine if the activex (cab or dll/ocx files) is downloaded to the user's browser. You can use Fiddler for that.

Once you know the files ar actually downloaded you can tweak the browser's security settings to make sure the activex are installed.

You can see the installed activex programs under the %windir%\Downloaded Program Files" folder.

And try to lower the IE security settings for that site while you are troubleshooting this.