[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

SenthilVel

7/27/2004 2:01:00 PM

Hi

just a small doubt ...

When ever i run a windows service and when i access a method from any other
system and

if i need to acccess some methods which this service exposes,
why must always have a LOCAL reference of the DLL from the system i am
runing the application?

,,,,
Senthil


2 Answers

Allen Anderson

7/27/2004 2:53:00 PM

0

you don't. Check out this article on how to have a proxy object
instead of the actual implementation dll.

http://www.glacialcomp.../ArticleDetail/RemoteO...

Allen Anderson
http://www.glacialcomp...
mailto: allen@put my website base here.com
http://allenanderson.blo... (my blog)

On Tue, 27 Jul 2004 19:31:17 +0530, "SenthilVel"
<senthilvel.marimuthu@misyshealthcare.com> wrote:

>Hi
>
>just a small doubt ...
>
>When ever i run a windows service and when i access a method from any other
>system and
>
>if i need to acccess some methods which this service exposes,
>why must always have a LOCAL reference of the DLL from the system i am
>runing the application?
>
>,,,,
>Senthil
>

Sam Santiago

7/27/2004 4:38:00 PM

0

Check out this link and look at the interface sample:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpqstart/html/cpsmpnetsamples-howtore...

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTe...
_______________________________
"SenthilVel" <senthilvel.marimuthu@misyshealthcare.com> wrote in message
news:Op90xI%23cEHA.3016@tk2msftngp13.phx.gbl...
> Hi
>
> just a small doubt ...
>
> When ever i run a windows service and when i access a method from any
other
> system and
>
> if i need to acccess some methods which this service exposes,
> why must always have a LOCAL reference of the DLL from the system i am
> runing the application?
>
> ,,,,
> Senthil
>
>