Home All Groups Group Topic Archive Search About

.NET thin control & IE

Author
7 Mar 2005 4:01 AM
JFN
Hi,

I'm in process to develop thin control, that will be used in our web pages
and IE.
Control itself uses tag <object> and compiled in one assembly, that
referenced another 2 assemblies,
generated by VS as wrappers around COM object (Ax & regular version).
Assembly for control is signed by self-generated key, and wrappers also
generated with same keys.
Now, it's works fine in my development machine with "localhost" server, but
failed to load control from another machine.
By adding this another machine in "Intranet" security set, I able to get
dialog from IE asking, if I'd like to run ActiveX control.
But when I'm saying "Yes", it still not loaded. In downloaded GAC there is
only one, main assembly, but aren't 2 others (com wrappers). Now, what else
I need to do to make load it? Possibly without modifying settings on client
machines?
Is there are any good guides about deploying .NET controls for IE?

best regards,
Ken

Author
9 Mar 2005 1:27 AM
Shawn Farkas [MS]
Hi Ken,

Check out http://blogs.msdn.com/shawnfa/archive/2003/06/26/57026.aspx and
see if that helps you out at all.

-Shawn
http://blogs.msdn.com/shawnfa 
-- 
This posting is provided "AS IS" with no warranties, and confers no rights.


Note: 
For the benefit of the community-at-large, all responses to this message
are best directed to the newsgroup/thread from which they originated.
--------------------
> From: "JFN" <an***@ipmouse.com>
> Subject: .NET thin control & IE
> Date: Sun, 6 Mar 2005 22:01:49 -0600
> Lines: 24
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2800.1478
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478
> Message-ID: <uYCMwosIFHA.2***@TK2MSFTNGP12.phx.gbl>
> Newsgroups: microsoft.public.dotnet.security
> NNTP-Posting-Host: adsl-68-89-165-11.dsl.hstntx.swbell.net 68.89.165.11
> Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP12.phx.gbl
Show quoteHide quote
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.security:9339
> X-Tomcat-NG: microsoft.public.dotnet.security
>
> Hi,
>
>  I'm in process to develop thin control, that will be used in our web
pages
> and IE.
>  Control itself uses tag <object> and compiled in one assembly, that
> referenced another 2 assemblies,
> generated by VS as wrappers around COM object (Ax & regular version).
> Assembly for control is signed by self-generated key, and wrappers also
> generated with same keys.
> Now, it's works fine in my development machine with "localhost" server,
but
> failed to load control from another machine.
> By adding this another machine in "Intranet" security set, I able to get
> dialog from IE asking, if I'd like to run ActiveX control.
> But when I'm saying "Yes", it still not loaded. In downloaded GAC there is
> only one, main assembly, but aren't 2 others (com wrappers). Now, what
else
> I need to do to make load it? Possibly without modifying settings on
client
> machines?
> Is there are any good guides about deploying .NET controls for IE?
>
> best regards,
>  Ken
>
>
>
>