LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Deployed add-in doesn't load

I wrote an excel 2007 add-in with C# using VSTO and VS 2005.
The add in works fine when started from VS 2005 so I sought to deploy.
The manifest reads:

<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" manifestVersion="1.0"
<assemblyIdentity name="WinPrefabExcelPane.dll" version="1.0.0.0" /
<asmv2:entryPoint name="Startup" dependencyName="dependency0"
<asmv2:clrClassInvocation class="WinPrefabExcelPane.ThisAddIn" /
</asmv2:entryPoint
<asmv2:dependency asmv2:name="dependency0"
<asmv2:dependentAssembly
<assemblyIdentity name="WinPrefabExcelPane" version="1.0.0.0"
publicKeyToken="67511199162933c1" /
</asmv2:dependentAssembly
<asmv2:installFrom codebase="WinPrefabExcelPane.dll" /
</asmv2:dependency
</assembly

Trying to load this installed version however I get after trying to load
this "COM Add-in" the message:

Load Behaviour: Not loaded. A runtime error occurred during the loading of
the Com Add-in.

this is the first Add-in I try to deploy in this manner, so I currently have
no clue of what is wrong here. The location of the manifest is as expected,
but something seems to be missing.
As said, starting from VS the add-in works fine.

Please help.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add-in does not load pierreg06 Excel Programming 0 April 7th 07 01:04 PM
Load Dll Lisandro Oliveira Excel Programming 5 February 22nd 07 11:17 AM
How do I load an Add-ins Erin Excel Discussion (Misc queries) 4 November 11th 06 01:12 AM
Cannot load book12 Excel Discussion (Misc queries) 1 November 11th 05 12:01 AM
Excel App Deployed on Intranet Arlie Excel Programming 1 January 24th 04 02:04 AM


All times are GMT +1. The time now is 02:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"