Advertisement
Guest User

Untitled

a guest
Jun 29th, 2013
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. System.TypeInitializationException: The type initializer for 'BitFactory.Logging.ConfigLogger' threw an exception. ---> System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for BitFactory.Logging: That assembly does not allow partially trusted callers. (E:\HyperSpin\HyperSync Cloud\HyperSync Cloud.exe.Config line 8) ---> System.Security.SecurityException: That assembly does not allow partially trusted callers.
  2. at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(RuntimeAssembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandleInternal rmh, SecurityAction action, Object demand, IPermission permThatFailed)
  3. at System.RuntimeMethodHandle.PerformSecurityCheck(Object obj, RuntimeMethodHandleInternal method, RuntimeType parent, UInt32 invocationFlags)
  4. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  5. at System.Configuration.TypeUtil.InvokeCtorWithReflectionPermission(ConstructorInfo ctor)
  6. at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.CreateSectionImpl(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader)
  7. at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.CreateSectionWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader)
  8. at System.Configuration.RuntimeConfigurationRecord.CreateSection(Boolean inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader)
  9. at System.Configuration.BaseConfigurationRecord.CallCreateSection(Boolean inputIsTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentConfig, ConfigXmlReader reader, String filename, Int32 line)
  10. --- End of inner exception stack trace ---
  11. at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
  12. at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
  13. at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
  14. at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
  15. at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
  16. at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
  17. at System.Configuration.ConfigurationManager.GetSection(String sectionName)
  18. at BitFactory.Logging.ConfigLogger..cctor()
  19. --- End of inner exception stack trace ---
  20. at HyperSync.Forms.Primary.MainWindow.cb057c7a36fa11da6e2f5abc396d3e21b(Object c2154b86616071c1106b758746f6acabd, EventArgs cd48bd0d3151f77e4220df52c469dc120) in c:\Users\Ronald Harsh\Documents\Visual Studio 2012\Projects\HyperSync\HyperSync\Forms\Primary\MainWindow.cs:line 352
  21. at System.EventHandler.Invoke(Object sender, EventArgs e)
  22. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  23. at MetroFramework.Forms.MetroForm.OnLoad(EventArgs e)
  24. at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  25. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  26. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  27. at A.ca4d5d8186d16649e550ada35d3db01f6.c354f581f806c288e30f8675ac253a471() in c:\Users\Ronald Harsh\Documents\Visual Studio 2012\Projects\HyperSync\HyperSync\Program.cs:line 45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement