C# OpenProcess fail in Release but not in Debug
        Posted  
        
            by Jesper
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jesper
        
        
        
        Published on 2010-06-09T10:49:32Z
        Indexed on 
            2010/06/09
            10:52 UTC
        
        
        Read the original article
        Hit count: 234
        
c#
|openprocess
Hi, I have encountered a problem with OpenProcess using PROCESS_ALL_ACCESS, it will work in debug mode but not in release mode. Why is this?
© Stack Overflow or respective owner