Where is user.congfig?

Add-in Express™ Support Service
That's what is more important than anything else

Where is user.congfig?
Can't find an ADX Outlook add-in's user.config file produced by vb.net 
Mike VE




Posts: 170
Joined: 2007-09-09
I have deployed an Outlook ADX add-in that uses vb.net's My.Settings feature. For a customer support issue I now need to know exactly where the user.congig file that stores the user settings in My.Settings is stored but I can not find it in the usual places in [USER]/Local Data/Application Data. Could anyone tell me where to look?
Posted 18 Nov, 2009 05:43:15 Top
Eugene Astafiev


Guest


Hello Mike,

For a customer support issue I now need to know exactly where the user.congig file that stores the user settings in My.Settings is stored but I can not find it in the usual places in [USER]/Local Data/Application Data. Could anyone tell me where to look?


Please check out the add-in dll. The settings are located inside the add-in dll. You can download the Reflector.NET http://www.red-gate.com/products/reflector/ to be sure.
Posted 18 Nov, 2009 06:53:53 Top