> On Apr 8, 12:08 pm, "Willy Denoyette [MVP]"
> <willy.denoye...@telenet.be> wrote:
[quoted text clipped - 36 lines]
>
> Sunit
Well, I don't know, it depends on who throws the exception (I guess it's the
Component), and what's the security context your component is running in.
However, before diving into security related issues (which is OT for this NG
anyway), you have to tell us whether you are explicitly accessing the
registry from your component or not. Also, you need to tell us how you
installed the component on the server and it's proxy on the client. Did you
register the component using regsvcs.exe or by code? Did you export the
proxy from the component services snap-in or by code?
Willy.
sjoshi23@yahoo.com - 08 Apr 2008 20:28 GMT
On Apr 8, 1:50 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> <sjosh...@yahoo.com> wrote in message
>
[quoted text clipped - 51 lines]
>
> Willy.
Actually in my case the COM+ component can be residing in more than 1
server. I'm trying to write a test client that can invoke the COM+
component residing on any server (proved as an input) and return the
results. I created an interop reference by using the COM+ DLL and then
tried the rest of the code. If I use application proxy generated from
server A, won't it be tied to that server ? Also the COM+ component
was created in VB6.
Sunit
Willy Denoyette [MVP] - 09 Apr 2008 16:54 GMT
> On Apr 8, 1:50 pm, "Willy Denoyette [MVP]"
> <willy.denoye...@telenet.be> wrote:
[quoted text clipped - 67 lines]
>
> Sunit
Oh VB6 server, you won't be able to access the server remotely by just
referring to the servers typelib, you need to register the component and
typelib locally. Also, no one stops you from exporting the proxy at every
server running the server and install them at the client.
I would suggest you to start by installing a proxy and look what gives.
Willy.