Click here to Skip to main content
15,905,616 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I have written a service in C# and I have implement piping method to communicate with my application. All goes fine and the communication work fine. But somehow, when I put the service inside system32 (currently use WIN7) the communication doesn't seem to work. From the recorded log, the error stated "couldn't establish connection with service(host)". How do I correct this? Any ideas?
Posted
Updated 17-Nov-10 18:12pm
v2

1 solution

Perhaps your service isn't starting properly or can't find a .DLL that it's using?

There is nothing special about the system32 folder that would prevent communication over named pipes.

I also don't recommend putting anything in the system32 folder. Why did you feel the need to do this?
 
Share this answer
 
v2
Comments
Pdaus 18-Nov-10 21:16pm    
Coz it reasonable as a part of system level (service level 0). Usually, users are not bother file inside system32.

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