![]() |
|
|
|
#1 |
|
Hi,
Is there anybody know if we can combine COM dll in .NET without registering the dll in the remote server ? thx JR JR |
|
|
|
|
#2 |
|
Posts: n/a
|
COM objects must always be registered on the machine in which they reside.
..NET assemblies that are to be used in COM applications must also be registered on the machine in which they reside. One way around this is web services. "JR" <> wrote in message news:... > Hi, > > Is there anybody know if we can combine COM dll in .NET without > registering > the dll in the remote server ? > > thx > JR > > |
|