RE: .NET thin control & IE
From: Shawn Farkas [MS] (shawnfa_at_online.microsoft.com)
Date: 03/09/05
- Next message: Shawn Farkas [MS]: "Re: SignedXml fails under .NET 2.0 Beta"
- Previous message: David Levine: "Re: Assembly.Load fails after assembly preloaded using Assembly.LoadFrom (v1.1.4322)"
- In reply to: JFN: ".NET thin control & IE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 09 Mar 2005 01:27:10 GMT
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" <andre@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.2740@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
> 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
>
>
>
>
- Next message: Shawn Farkas [MS]: "Re: SignedXml fails under .NET 2.0 Beta"
- Previous message: David Levine: "Re: Assembly.Load fails after assembly preloaded using Assembly.LoadFrom (v1.1.4322)"
- In reply to: JFN: ".NET thin control & IE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|