S
SANKARARAM
I am developing one add-in for outlook in VSTO 2005. I have completed m
development and deployed in a test machine.
But i am geting the error " Not Loaded. A runtime error occured durin
the loading of the COM Add-in" while loading the outlook add-in, whic
is not happening in my developement environment.
I went to few forums and find some ideas. But nothing is helping me. T
find outthe error i have
set VSTO_SUPPRESSDISPLAYALERTS=0
in command window and run the outlook from command window.
I got the following error.
Could not load file or assembly 'integra, Version=1.0.0.0
Culture=neutral, PublicKeyToken=467162d853420c88' or one of it
dependencies. Failed to grant permission to execute. (Exception fro
HRESULT: 0x80131418)
************** Exception Text **************
System.IO.FileLoadException: Could not load file or assembly 'integra
Version=1.0.0.0, Culture=neutral, PublicKeyToken=467162d853420c88' o
one of its dependencies. Failed to grant permission to execute
(Exception from HRESULT: 0x80131418)
File name: 'integra, Version=1.0.0.0, Culture=neutral
PublicKeyToken=467162d853420c88' ---
System.Security.Policy.PolicyException: Execution permission cannot b
acquired.
at System.Security.SecurityManager.ResolvePolicy(Evidence evidence
PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset
PermissionSet& denied, Boolean checkExecutionPermission)
at System.Security.SecurityManager.ResolvePolicy(Evidence evidence
PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset
PermissionSet& denied, Int32& securitySpecialFlags, Boolea
checkExecutionPermission)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.HandleOnlineOffline(Exceptio
e, String basePath, String filePath)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadStartupAssembly(EntryPoin
entryPoint, Dependency dependency, Dictionary`2 assembliesHash)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.ConfigureAppDomain()
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadAssembliesAndConfigureAppDomain(IHostServiceProvide
serviceProvider)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadEntryPointsHelper(IHostServiceProvide
serviceProvider)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.816
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applications.Runtime/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applications.Runtime.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.Office.Tools.Common
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.816
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.Office.Tools.Common/8.0.0.0__b03f5f7f11d50a3a/Microsoft.Office.Tools.Common.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Based on that i have searched on the net and got some clues which
didn't help me at all.
I have given the trust to assembly. Bad luck i didn't get the result.
I have given trus with the below commands
caspol -m -af <assembly path>
caspol -m -chggroup LocalIntranet_Zone FullTrust
Please kindly help me to get a solution for this issue.
Thank you,
With Regards,
Sankararam
Singapore
development and deployed in a test machine.
But i am geting the error " Not Loaded. A runtime error occured durin
the loading of the COM Add-in" while loading the outlook add-in, whic
is not happening in my developement environment.
I went to few forums and find some ideas. But nothing is helping me. T
find outthe error i have
set VSTO_SUPPRESSDISPLAYALERTS=0
in command window and run the outlook from command window.
I got the following error.
Could not load file or assembly 'integra, Version=1.0.0.0
Culture=neutral, PublicKeyToken=467162d853420c88' or one of it
dependencies. Failed to grant permission to execute. (Exception fro
HRESULT: 0x80131418)
************** Exception Text **************
System.IO.FileLoadException: Could not load file or assembly 'integra
Version=1.0.0.0, Culture=neutral, PublicKeyToken=467162d853420c88' o
one of its dependencies. Failed to grant permission to execute
(Exception from HRESULT: 0x80131418)
File name: 'integra, Version=1.0.0.0, Culture=neutral
PublicKeyToken=467162d853420c88' ---
System.Security.Policy.PolicyException: Execution permission cannot b
acquired.
at System.Security.SecurityManager.ResolvePolicy(Evidence evidence
PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset
PermissionSet& denied, Boolean checkExecutionPermission)
at System.Security.SecurityManager.ResolvePolicy(Evidence evidence
PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset
PermissionSet& denied, Int32& securitySpecialFlags, Boolea
checkExecutionPermission)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.HandleOnlineOffline(Exceptio
e, String basePath, String filePath)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadStartupAssembly(EntryPoin
entryPoint, Dependency dependency, Dictionary`2 assembliesHash)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.ConfigureAppDomain()
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadAssembliesAndConfigureAppDomain(IHostServiceProvide
serviceProvider)
a
Microsoft.VisualStudio.Tools.Applications.Runtime.AppDomainManagerInternal.LoadEntryPointsHelper(IHostServiceProvide
serviceProvider)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.816
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualStudio.Tools.Applications.Runtime/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Tools.Applications.Runtime.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.Office.Tools.Common
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.816
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.Office.Tools.Common/8.0.0.0__b03f5f7f11d50a3a/Microsoft.Office.Tools.Common.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Based on that i have searched on the net and got some clues which
didn't help me at all.
I have given the trust to assembly. Bad luck i didn't get the result.
I have given trus with the below commands
caspol -m -af <assembly path>
caspol -m -chggroup LocalIntranet_Zone FullTrust
Please kindly help me to get a solution for this issue.
Thank you,
With Regards,
Sankararam
Singapore