The C# DLL does not appear to be signed with a strong name key. There was a previous issue on this (#29), which seemed to indicate that the issue had been fixed, but in the latest build I am getting the following error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'Google.OrTools, Version=2.0.3629.21759, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
The C# DLL does not appear to be signed with a strong name key. There was a previous issue on this (#29), which seemed to indicate that the issue had been fixed, but in the latest build I am getting the following error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'Google.OrTools, Version=2.0.3629.21759, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)