Advertisement
GuyOnASofa

Build Error Message

Jan 21st, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\DotNetNdsToolkit.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
  2. File name: 'file:///C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\DotNetNdsToolkit.dll' ---> System.NotSupportedException: 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. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  4. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  5. at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
  6. at System.Reflection.Assembly.LoadFrom(String assemblyFile)
  7. at SkyEditor.Core.Utilities.ReflectionHelpers.LoadSingleAssembly(String assemblyPath)
  8. at SkyEditor.Core.Utilities.ReflectionHelpers.GetAssemblyDependencies(Assembly source)
  9. at SkyEditor.Core.Utilities.ReflectionHelpers.GetAssemblyDependencies(Assembly source)
  10. at DS_ROM_Patcher.ModBuilder.CopyPatcherProgram(String modpackDirectory)
  11. at SkyEditor.ROMEditor.Projects.DSModPackProject.VB$StateMachine_35_Build.MoveNext() in C:\BuildAgent\work\c4ac4fe3838706c2\SkyEditor.ROMEditor.Windows\Projects\DSModPackProject.vb:line 193
  12. --- End of stack trace from previous location where exception was thrown ---
  13. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  14. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  15. at SkyEditor.Core.Projects.Solution.<BuildProjects>d__39.MoveNext()
  16. --- End of stack trace from previous location where exception was thrown ---
  17. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  18. at SkyEditor.Core.Projects.Solution.<Build>d__38.MoveNext()
  19. --- End of stack trace from previous location where exception was thrown ---
  20. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  21. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  22. at SkyEditor.Core.Projects.Solution.<Build>d__37.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at SkyEditor.ROMEditor.DSModSolution.VB$StateMachine_5_Build.MoveNext() in C:\BuildAgent\work\c4ac4fe3838706c2\SkyEditor.ROMEditor.Windows\DSModSolution.vb:line 60
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at SkyEditor.Core.ApplicationViewModel.TaskProgressReporterWrapper.<Start>d__32.MoveNext()
  31.  
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement