Re: remoting nested types
- From: "Cordell Lawrence" <clawrence@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 14:24:14 -0400
Could you post the entire exception stack.
Oh, and could you also translate it ;) thanks.
Cordell Lawrence
Teleios Systems Ltd.
"ThunderMusic" <NOdanylat@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23TQY6zVRFHA.2788@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I have a remoting problem concerning returning a control from a
service
> to a client app... the code is as follow :
>
> <code start>
> dim x as MyControl
> x = MyDistantObject.GetMyControl()
> MyForm.Controls.Add(x)
> <code end>
>
> The MyDistantObject is valid. the x object seems to be set when calling
the
> Add method, but the MyForm.Controls.Add(x) line causes an exception saying
> that :
>
> (in french) "Autorisation refusée. Impossible d'appeler des methodes non
> public ou static a distance."
>
> (In english, but I translated myself so it could be something else)
> "Autorisation denied. Impossible to call non public or static methods
> remotely"
>
> Does someone have any idea why it would cause this exception at this line?
>
> thanks
>
>
.
- References:
- remoting nested types
- From: ThunderMusic
- remoting nested types
- Prev by Date: Re: Requested Service not found
- Next by Date: Re: Newbie Problem Using Remoted Object
- Previous by thread: Re: remoting nested types
- Next by thread: thread safety and singleton activation
- Index(es):
Relevant Pages
|