Any additional assebmly called from VSTO solution requires a separate FullTrust to execute. Use caspol.exe to trust your library at either user or machine level. For example:
caspol -u -ag All_Code -url file://YourAssemblyName.dll FullTrust
Vadim Volkov
VSTO Team
Vadim Volko |