crash

Issue #4107 new
Former user created an issue

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.

App: LaunchBox Version: 8.2 Type: System.NotSupportedException Site: System.Reflection.RuntimeAssembly nLoadFile(System.String, System.Security.Policy.Evidence) Source: mscorlib

at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) at System.Reflection.Assembly.LoadFile(String path) at (Object , ResolveEventArgs ) at Unbroken.LaunchBox.Desktop.Program.CurrentDomainAssemblyResolve(Object sender, ResolveEventArgs args) at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

Recent Log:

10:52:28 PM Exception

Comments (0)

  1. Log in to comment