0

Where can I find my installed AddIn. I've created it in Visual Studio 2010 for Outlook 2007. Basically I publish and run the setup and cannot find anything on my computer.

hawbsl
  • 15,313
  • 25
  • 73
  • 114
kamikze
  • 21
  • 5

2 Answers2

0

Typically (if you have a C: drive) the DLL is in C:\Program Files\Microsoft Office\Office\Addins or C:\Program Files\Microsoft Office\{Office Version}\Addins. There are additional registry entries, but that is the file location.

Femi
  • 64,273
  • 8
  • 118
  • 148
  • Allready looked through that map, there is nothing in there, as the newest file in there is from 2009. Also looked in almost every \Microsoft Office\ sub directory – kamikze Aug 23 '11 at 07:35
0

If you're running Win7 it's at:
c:\Users\<CurrentUser>\AppData\Local\assembly\<series of cryptic subfolders>\

If you're on XP it's at:
c:\Documents and Settings\<CurrentUser>\Local Settings\Application Data\assembly\<series of cryptic subfolders>\

Best way to find it is to use your favourite file system search (with "include subfolders" switched on) and search for your DLL by name under c:\Users\<CurrentUser> (or c:\Documents and Settings\<CurrentUser>).

hawbsl
  • 15,313
  • 25
  • 73
  • 114