Advertisement
Guest User

Untitled

a guest
Feb 10th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ==========EXCEPTION==========
  2. Message: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
  3. Inner exception:
  4. Source: mscorlib
  5. Target site: System.Reflection.RuntimeAssembly nLoadFile(System.String, System.Security.Policy.Evidence)
  6. Stack trace: at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
  7. at System.Reflection.Assembly.LoadFile(String path)
  8. at OML.Loader.GetPlugins()
  9. at OML.Handler.Handle()
  10. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  11. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  12. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  14. at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement