Click here to Skip to main content
15,906,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hi All!

I've activex control that notifies user like msn style.
I've generated .cab file using cabarc.exe and visual studio setup and deployment project. Both .cab files works but there is a problem which i cant figure out.

I placed a html code in my masterpage

<br />
   <object classid="clsid:dcf0768D-ba7a-101a-b57a-0000c0c3ed5f" codebase="http://10.10.10.16/time.cab#Version=1,0,0,0"<br />
        align="CENTER" width="270" height="26" id="T1"><br />
        <param name="Interval" value="1000"><br />
        <param name="Enabled" value="1"><br />
    </object><br />


The problem is;

First i prewiev the page, the IE asking me, to install the activex control. I hit yes and control is installed(i'm not shure about it)

And every postback IE asking me same question. How i prevent this?
And i can see my activex, in installed addons in IE.

I'm using IE8 with windows 7 and VS 2008 .Net Framework 3.5.

i wish i hope explain my problem.
p.s. sorry for the bad english.
Posted
Updated 15-Jan-10 1:46am
v2

1 solution

I suspect that you need to set IE's preferences to be less secure, so that it doesn't ask every time. Having your control signed by a reputable authority may resolve the issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900