bcuff / elasticsearch-net-aws

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.
Apache License 2.0
72 stars 27 forks source link

It is not working with Nest 5.5.0. #31

Closed newhardwarefound closed 6 years ago

bcuff commented 6 years ago

Can you please elaborate?

newhardwarefound commented 6 years ago

I believe the problem is with Elasticsearch.Net.Aws.csproj. 34/35th line reads <PackageReference Include="Elasticsearch.Net" Version="2.4.6" /> <PackageReference Include="Newtonsoft.Json" Version="9.0.1" />. When I try to put Elasticsearch.Net.Aws to work with Elasticsearch .Net 5.5 and Nest 5.5, I got the error message complaining that Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Elasticsearch.Net, Version=2.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5 d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at TestElasticSearch.Program.Main(String[] args)

bcuff commented 6 years ago

@newhardwarefound I wasn't able to reproduce your problem. See my branch. There's a test project in there that does a simple ping using NEST 5.5. Can you provide a means of reproducing the problem?

Thanks.

bcuff commented 6 years ago

I haven't heard back so I'm going to close this for now.