When i call an endpoint on my web api project, i get this error -
Could not load file or assembly 'System.Linq.Dynamic, Version=1.0.5840.25917, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
i cannot seem to sign this assembly- System.Linq.Dynamic.dll with a strong name using Visual Studio 2017 (see attached image).
if i use the command line it seems to work, however using visual studio 2015, it doesn't seem to sign the dll with a strong name.