Hi,
I`m working on the same Problem wirth an xpMCE 2005 AddIn. And I bacome the same Error Report:
System.Security.SecurityException: Anforderung des Berechtigungstyps System.Security.Permissions.StrongNameIdentityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ist fehlgeschlagen.
at tvbAddIn.MSXPMCE2005.Common.EPG.test()
at tvbAddIn.MSXPMCE2005.tvbBackgroundAddIn.startApplication()
at tvbAddIn.MSXPMCE2005.tvbBackgroundAddIn.hook_KeyDown(Object sender, Keys keyCode, Boolean shift)
at tvbAddIn.MSXPMCE2005.Common.KeyboardHook.HookCallback(Int32 nCode, IntPtr wParam, IntPtr lParam)
Status der fehlgeschlagenen Berechtigung:
<IPermission class="System.Security.Permissions.StrongNameIdentityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
version="1"
PublicKeyBlob="0024000004800000940000000602000000240000525341310004000001000100B5FC90E7027F67871E773A8FDE8938C81DD402BA65B9201D60593E96C492651E889CC13F1415EBB53FAC1131AE0BD333C5EE6021672D9718EA31A8AEBD0DA0072F25D87DBA6FC90FFD598ED4DA35E44C398C454307E8E33B8426143DAEC9F596836F97C8F74750E5975C64E2189F45DEF46B2A2B1247ADC3652BF5C308055DA9"/>
The AddIn is developed with VS 2003.
Thanks for Help.