reading app.config in Shared Add-In
        Posted  
        
            by Sathish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sathish
        
        
        
        Published on 2010-03-09T06:02:03Z
        Indexed on 
            2010/03/09
            6:06 UTC
        
        
        Read the original article
        Hit count: 225
        
c#
I have created a shared Add-in for Excel and want to use App.config for some of the settings. I have read somewhere that i cant use app.config for shared Add in(dll). Please let me know is there any other way to read this config file
© Stack Overflow or respective owner