Click here to Skip to main content
15,911,360 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am currently developing a windows service,this service will be used for calling the function from the exe and i have a running exe having the function which i want to call from the windows service.
Posted

1 solution

As I understand it you want to invoke a function in a running process from a Windows Server (another process). you have a few options to achieve this, from the top of my head those options are WCF[^], .NET Remoting[^](Legacy technology) or IPC (Inter-process communication)
for IPC see Simple Inter-Process Communication In VB.Net[^], Inter-Process Communication (IPC) Introduction and Sample Code[^] and google for more, there are tons of articles on all three subjects out there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900