Hi,
I tried with the javascript solution for Windows UserControl (C#) hosted in IE to eliminate the "Click to Activate" problem. The Windows control (C#) hosted in IE works fine without the script. But if I include javascript file with my existing code then the Windows control does not come up and in windows log files (temperory Internet files), it displays error as: "System can not find the file specified" with "Assembly manager loaded from: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll"
Kindly suggest some solution for this as IE ACA is not avialable for customer release for now.
I m using below javascript code :
if (navigator.appName == "Microsoft Internet Explorer") {
}
Thanks,Jitendra