HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not load file or assembly 'Hec.Dss.Native, Version=1.1.7906.19918, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

sumitsaini326 opened this issue · comments

Could not load file or assembly 'Hec.Dss.Native, Version=1.1.7906.19918, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

image

Missing assembly can be caused by mixing 32 bit versus 64 bit, or the assembly is just not present. For .net users of DSS there are two assemblies: Hec.Dss.dll and Hec.Dss.Native.dll -- The native part is compiled 32 bit or 64 bit. You application needs to match (32 or 64 bit) that was used to compile Hec.Dss.Native.dll