Add-in registration problem

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

Add-in registration problem
 
Bert Stomphorst




Posts: 21
Joined: 2005-10-31
Info
* Outlook addin, for all office versions
* Win 7 Pro 64-bit
* Office 2007 32-bit
* Installing with InnoSetup, executing adxregaddin.exe /install="adxloader.dll.manifest" /displayerrors=1

Gives exception:
Detailed technical information follows: 
---
Date and Time:         9-7-2010 11:21:41
Machine Name:          DESKTOP02
IP Address:            fe80::d53c:595e:f0f1:b0a1%11
Current User:          Desktop02Bert

Application Domain:    adxregaddin.exe
Assembly Codebase:     file:///C:/Data/CompanyName/Productname 2010/adxregaddin.exe
Assembly Full Name:    adxregaddin, Version=5.2.2024.2005, Culture=neutral, PublicKeyToken=4416dd98f0861965
Assembly Version:      5.2.2024.2005
Assembly Build Date:   17-7-2005 2:06:50

Exception Source:      adxregaddin
Exception Type:        System.ApplicationException
Exception Message:     Kan bestand of assembly file:///C:DataCompanyNameProductname 2010 of een van de afhankelijkheden hiervan niet laden. Toegang geweigerd.
Exception Target Site: Run

---- Stack Trace ----
   AddinExpress.Deployment.VSTOLoaderSupport.Run(args As String[], m As Mode&, displayerrors As Boolean&)
       adxregaddin.exe: N 0038 (0x26) IL 
   AddinExpress.Deployment.Program.Main(args As String[])
       adxregaddin.exe: N 0010 (0xA) IL 


the addin works fine on Win Vista / Office 2007 all 32-bit.

The problem occured first with program files. After forcing full access, still not working. Installing in a data-folder (full access) still not working.

Any ideas what I'm doing wrong?

Thank you!
Posted 09 Jul, 2010 04:36:08 Top
Bert Stomphorst




Posts: 21
Joined: 2005-10-31
SOLVED

was a problem in my setup.
Posted 09 Jul, 2010 05:09:47 Top