Setting Full Trust for an outlook addin created with VSTO

W

WT

Hello,

I have created an outlook 2003 addin with VSTO for VS 2005, some class
demands a fulltrust right to run.
It is working on dev station as VSTO do everything for this.
But on the enduser workstation, we get an error and can't load the addin in
outlook.
We need to give .NET full trust rigth for this assembly to the user.

How to do this, mscorcfg could generate an msi file copying the workstation
configuration, how to set this full trust ?

Thanks
CS
 
L

Luke Zhang [MSFT]

Hello,

To give a .NET assembly full trust permission on a client, we may use the
CASPol.exe command line tool, like:

caspol -machine -addfulltrust MyPerm.exe

http://msdn2.microsoft.com/en-us/library/cb6t8dtz(VS.80).aspx

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,054
Latest member
LucyCarper

Latest Threads

Top