This question IS similar to a previous post:
Managed .NET Control inside IE no longer works after installing .NET 4.5 RTM
However, I have made the changes to the registry as instructed, I have executed the following as well:
CasPol.exe -q -m -ag All_Code -zone Trusted FullTrust
...and cannot get my control to work from within IE 10.
I am running Windows 8 64-bit.
I have also tried installing .net 3.5 framework using:
DISM /Online/Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
which did install. I did this since the control was written in VB.net / .net 2.0.
I've been told that it's probably some kind of Group Policy, by can't figure out what to try next...
Any Suggestions?
Thanx
Jerry