In addition; VSTO is only supported by Office 2003 Professional and above not the standard version.
If also the standard version of Office 2003 is part of the targeting versions then creating a managed COM Add-in (based on the Shared Add-in in VS 2008) may be an alternative route to take. It's also less difficult to deploy (security setting) compared when using VSTO with Office 2003.
Kind regards,
Dennis
Main Topics
Browse All Topics





by: mas_oz2003Posted on 2009-11-06 at 14:50:10ID: 25763769
Agree. Unfortunately M$ has been slack in the instructions... en-us/libr ary/bb3320 51.aspx (Office 2k3) en-us/libr ary/ aa5371 79(office. 11).aspx (Office 2k3 - walkthroughs)
uestions/1 286175/how -to-add-a- referenced -assembly- to-the-dep loyment-of -a-vsto-pr oject uestions/8 09602/exce l-add-in- i nstallatio n-and-sett ing-net-se curity-tru st/1592664 #1592664
ownloads/d etails.asp x? FamilyId =46B6BF86- E35D-4870- B214-4D7B7 2B02BF9&di splaylang= en
I diid this implementation before, here are my tips:
Follow the first link, but only to build your prerequisites and initial setup steps:
http://msdn.microsoft.com/
Then from the link below follow the instructions about security and full trust:
http://msdn.microsoft.com/
Make sure all your assemblies are signed (strong naming) or the whole setup will collapse.
Also Setsecurity only works for one assembly, you need to modify SetSecurity (I know they should post working code...), but some ideas how to fix it are here:
http://stackoverflow.com/q
http://stackoverflow.com/q
Note: Caspol has to give full trust to all dll present in your target folder.
Finally be aware that vsto is only supported by Office 2003 standard (not fully??) and above (eg. professional, enterprise) if you have basic or student edition, it will not work.
P.S. Use VSTO 2008 Power Tools to troubleshoot your test PCs
http://www.microsoft.com/d
VSTO 2008 Power Tools->VSTO Troubleshooter run on the client and if warnings present will identify where your problems are.