IpcChannel Problem

Posted: 01-12-2007, 01:43 PM
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.IdentityNotMappedExcepti on

while executing this codeline:

IpcServerChannel serverChannel = new IpcServerChannel(channelConfig, null);

Can somebody please help me!
Reply With Quote

Responses to "IpcChannel Problem"

KM
Guest
Posts: n/a
 
Re: IpcChannel Problem
Posted: 01-12-2007, 05:43 PM
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
> 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.IdentityNotMappedExcepti on
>
> while executing this codeline:
>
> IpcServerChannel serverChannel = new IpcServerChannel(channelConfig,
> null);
>
> Can somebody please help me!

Reply With Quote
Alex
Guest
Posts: n/a
 
Re: IpcChannel Problem
Posted: 01-13-2007, 04:17 PM

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


KM schrieb:
> 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
>
>> 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.IdentityNotMappedExcepti on
>>
>> while executing this codeline:
>>
>> IpcServerChannel serverChannel = new IpcServerChannel(channelConfig,
>> null);
>>
>> Can somebody please help me!
>
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generic McAfee Problem Message in Vista Problem Reports cyberbuff53 Windows Vista Performance & Maintenance 0 12-01-2007 01:55 PM
fixed unable to delete email problem, now I have new problem j2 Windows Vista Mail 19 03-30-2007 02:25 AM
audio problem with my sony vaio laptop and x64 problem alex Windows Vista Hardware & Devices 1 07-14-2006 03:32 PM
Vista Upgrade Problem - Windows Explorer Loop problem Steve S Windows Vista Install & Setup 0 06-27-2006 04:15 PM
I've got a problem w/ windows xp and drivers. Blue screen type problem... Person with a device problem Windows XP Device Drivers 3 11-12-2003 11:08 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90