IpcChannel Problem

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hi!
I have the following Problem:

I wrote a windows-service on an WinXP-Pro computer in C# with the .NET
Framework 2.0. In the service an ipc-channel is created. On the
WinXP-Pro system everything works, but when I try to transfer the
software to a Windows XP Embedded system with .NET Framework 2.0 I get an

System.Security.Principal.IdentityNotMappedException

while executing this codeline:

IpcServerChannel serverChannel = new IpcServerChannel(channelConfig, null);

Can somebody please help me!
 
Alex,

I'd say you are missing some protocol libraries from your image. Perphas
something from the IPC system stack

Would it be possible for you to run the app in a stadalone mode using
DependencyWalker Profiling feature? That you might be able to see what's
missing.

KM
 
Thank you for the hint!
I will try this on monday. I have searched for missing dll's but I think
DependencyWalker can give me some more Information!

Alex
 
Back
Top