CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

Fatal Error #182

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

myauntsally[CodePlex]
Version: 1.6.13.2 Description: Error: System.IO.FileLoadException: Could not load file or assembly 'HydroDesktop.SplashScreenManager, Version=1.6.13.2, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

File name: 'HydroDesktop.SplashScreenManager, Version=1.6.13.2, Culture=neutral, PublicKeyToken=null' ---gt 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.

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMarkamp stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMarkamp stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.Assembly.Load(AssemblyName assemblyRef) at System.ComponentModel.Composition.Hosting.AssemblyCatalog.LoadAssembly(String codeBase)

at System.ComponentModel.Composition.Hosting.AssemblyCatalog..ctor(String codeBase, ICompositionElement definitionOrigin)

at DotSpatial.Extensions.SplashScreens.SplashScreenHelper.GetSplashScreenManager()

at DotSpatial.Controls.AppManager.LoadExtensions() at HydroDesktop.MainApplication.MainForm..ctor() at HydroDesktop.MainApplication.Program.Main(String[] args)