VSTO 2003 Security Violation message

I am just starting to transition from VBA to VSTO. I cannot get either an
Excel/word project to run because of some .NET security settings. "Current .NET policy does not permit WPTest to run from the folder .\WPTEST_bin\." I tried to
change the security settings thru .NET configuration - no luck. Also, both Word and Excel display an error message/warning when I try to launch them > independently right after the above fault in VSTO.
[451 byte] By [Rmat] at [2007-12-16]
# 1

Assuming for a moment that the Word document and/or Excel workbook are local to your computer, you may receive the error if your VSTO project contains references to other assemblies.

Visual Studio will create a security policy for the VSTO assembly but if there are referenced assemblies then you would need to setup a FullTrust security policy for those assemblies as well.

If you have any questions please let me know via the posting.

Regards,

Ken Laws
Microsoft Support

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

For more information regarding Visual Studio Tools for Office 2005:

Best of Blogs: Visual Studio 2005 Tools for Office
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_2003_ta/html/odc_landvsto2005_ta.asp

Visual Studio Tools for Office Forum
http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=16

Visual Studio Tools for the Microsoft Office System
http://msdn.microsoft.com/office/understanding/vsto/default.aspx

KenLaws at 2007-9-9 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Ken,

Yes, the files are local to my computer. How do I go about setting Full Trust on the other referenced assemblies?

Thanks,

Rmat

Rmat at 2007-9-9 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...