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!
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!