Re: VSTO Deployment



Hi =?Utf-8?B?UGF0?=,

> Is there any information
> on troubleshooting smart document deployment issues?
>
Smart document or VSTO? These are two quite separate
things.

As far as VSTO goes, the best place to get help is the
vsnet.vstools.office newsgroup. Be sure to mention which
version of VSTO (2003 or 2005) you're working with.

When you install a VSTO component on a machine, you need to
set the permissions. There are various trust levels, just
as with any .NET assembly; a VSTO assembly needs to be
granted FULL TRUST.

Trust can be granted according to the location in which its
stored, to certificates with which its been signed and/or
on the basis of a strong name (signing with a key pair).
The trust can be created using the .NET Framework
Configuration tool (I've only ever used the 1.1 version) or
caspol.

I'm not an expert in any of this, having only "played
around" with it. Painfully. But I hope this information
will get you going in the right direction :-)

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)

.



Relevant Pages

  • Re: creating an add-in plugin for outlook using vb.net
    ... i am using vs2005 and I have downloaded VSTO 2003 SE also ... plugin which could intract with a database and fetch data from the ... there is no such thing as VSTO 2003 SE. ... I trust you meant VSTO ...
    (microsoft.public.win32.programmer.ole)
  • Re: Microsoft future support for VBA - comments
    ... > Is it worth me investing in visual studio tools for office 2003 as well? ... Then also take a close look at VSTO 2.0 (running in parallel beta with VS ... reply in the newsgroup and not by e-mail :-) ...
    (microsoft.public.office.developer.vba)
  • Re: Visual Studio Tools For Office - 2003 and 2005
    ... Grazie John e complimenti per il tuo italiano.... ... Also Mario Esposito tell me how VSTO works ... >> You can tell me if a Smart Document make with 1.1 can cohabit with another ... >> tell my customers to make this change manually. ...
    (microsoft.public.vsnet.vstools.office)
  • Re: Visual Studio VSTO Projects wants Office 2003??
    ... A better place to get assistance with VSTO is the forum or the ... Word Document project it complains that I don't have Office 2003 ... VSTO 2005 SE, released with Office 2007, provides Visual Studio ... This reply is posted in the Newsgroup; ...
    (microsoft.public.word.vba.general)
  • Re: Rolling my own "task pane"
    ... My control needs to ... Not VSTO, necessarily, but you'd need to create a COM Addin using .NET. ... And will also make it fairly easy to work with web services, ... This reply is posted in the Newsgroup; ...
    (microsoft.public.office.developer.com.add_ins)

Loading