In this solutions we will fix the error appear on Administration Console of Input Accel “Unable to launch module setup Error: Object doesn’t support this property or method”. This error occurs on InputAccel versions 6.X
Unable to launch module setup error SOLUTION.
Description.
This error occurs when tried to open the setup mode of a module .NET framework 4 on the Administration Console machine. In my case this error occurred when i try to start the module in setup mode.
Solution:
Change or add in registry editor the following registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework]“EnableIEHosting”=dword:00000001
For fast solution you can copy the below command line in the modify.reg file. And just “run as Administrator”.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework] “EnableIEHosting”=dword:00000001
Please comment if you have any error.
—————————————————————————————–