I write an IE addon by C# and .net 4.0. But it not run on most computers of clients.
I setup this addon by following steps.
- install .net 4.0
add the addon dll to GAC by run
.\NETFX 4.0 Tools\x64\gacutil.exe" /f /i Addon.dll
Register dll to IE by run
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe" Addon.dll
After those steps, I could find my addon in ie. It is avaliable and enabled, but could not work. It works well on my computer. but not on other pc.