Creating Setup Project for an Add-in in VS 2005

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

Creating Setup Project for an Add-in in VS 2005
 
Daniel McPherson




Posts: 15
Joined: 2005-03-23
I'm getting the following error during the install, have tried to follow the Setup.txt file as best I can...

Thanks,
Daniel

Detailed technical information follows:
---
Date and Time: 07/12/2005 23:42:38
Machine Name: DMCVM
IP Address: 192.168.2.26
Current User: DMCDOM\Administrator

Application Domain: DefaultDomain
Assembly Codebase: file:///C:/Program Files/Outlook Toolkit/AddinExpress.Install.dll
Assembly Full Name: AddinExpress.Install, Version=2.2.1752.0, Culture=neutral, PublicKeyToken=null
Assembly Version: 2.2.1752.0
Assembly Build Date: 30/11/2005 11:47:58

Exception Source: AddinExpress.Install
Exception Type: System.ApplicationException
Exception Message: Error Converting assembly: System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at AddinExpress.Install.UCOMICreateITypeLib.SaveAllChanges()
at AddinExpress.Install.TypelibExporter.ExportAssembly(Assembly asm)
Exception Target Site: ExportAssembly

---- Stack Trace ----
AddinExpress.Install.TypelibExporter.ExportAssembly(asm As Assembly)
AddinExpress.Install.dll: N 00386
AddinExpress.Install.ADXProjectInstaller.InstallAddin(addinFullName As String, adxAssemblyName As String)
AddinExpress.Install.dll: N 00165

Any help appreciated.
Posted 07 Dec, 2005 18:13:43 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Daniel.

I think the problem is in the types within the add-in project. Some of these types can't be added correctly into the add-in type library.
Could you please send me the add-in project? I will try to help.
Posted 07 Dec, 2005 19:15:45 Top