Process.Start - The requested lookup key was not found in any active activation context.

  • Thread starter Thread starter Paul Aspinall
  • Start date Start date
P

Paul Aspinall

Hi
I occassionally get the error:

The requested lookup key was not found in any active activation context



when I try to use Process.Start



Having done a search for this, it seems others have had the problem also,
but I have yet to find a solution or workaround.



Does anyone have any info. on this??



Thanks
 
Paul Aspinall said:
Hi
I occassionally get the error:

The requested lookup key was not found in any active activation context



when I try to use Process.Start



Having done a search for this, it seems others have had the problem also,
but I have yet to find a solution or workaround.



Does anyone have any info. on this??



Thanks

We'll need some more details on what exactly you are "starting", also the
context (regular application, service, user/security) in which you run this
application might be important.

Willy.
 
Back
Top