Using Component Without Registering It
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to use a COM+ component from VBScript without registering the component in component services? I have a COM+ component I created using C# (ServicedComponent) that calls out to other .NET assemblies that are not serviced components. If there isn't a way to use the component without registering it, then how can I register just the COM component and allow it to still access the .NET assemblies that is uses? Any ideas? Thanks. -Matt ------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall