Can the same DLL be called by 2 different processes ?
        Posted  
        
            by Jelly Amma
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jelly Amma
        
        
        
        Published on 2010-06-02T17:23:29Z
        Indexed on 
            2010/06/02
            17:34 UTC
        
        
        Read the original article
        Hit count: 159
        
I have two different C# applications that are running at the same time.
I would like both of them to be able to access the same instance of a DLL (also in C#).
My DLL is thread-safe so I was hoping this would be possible but I'm not sure how.
Any help or advice would be much appreciated.
© Stack Overflow or respective owner