Message from discussion
How to register a DLL and OCX using .NET 2.0
Path: g2news2.google.com!postnews.google.com!38g2000cwa.googlegroups.com!not-for-mail
From: "Emanuele Ornella" <emaNONLEGGOLEM...@libero.it>
Newsgroups: microsoft.public.dotnet.framework
Subject: How to register a DLL and OCX using .NET 2.0
Date: 19 May 2006 01:06:00 -0700
Organization: http://groups.google.com
Lines: 13
Message-ID: <1148025960.192405.90080@38g2000cwa.googlegroups.com>
NNTP-Posting-Host: 195.31.179.21
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1148025965 23894 127.0.0.1 (19 May 2006 08:06:05 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 19 May 2006 08:06:05 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.0 GW-SRV02
Complaints-To: groups-abuse@google.com
Injection-Info: 38g2000cwa.googlegroups.com; posting-host=195.31.179.21;
posting-account=Z8WalgwAAACG3BwKvmsPqLJejc3GJE7i
I have a non-.NET application that uses several DLL and OCX and other
files...
I'm trying to have a client-side application that copies files from a
server repository to the client machine in order to syncronize the
application.
That's easy to do with FileInfo ... CopyTo method.
However for dll and ocx I also need to register these components...
Anyone have tips for this task?
Thanks,
emanuele