GeoJSON-Net / GeoJSON.Net.Contrib

Repository for all GeoJSON.Net *.Contrib projects
MIT License
36 stars 22 forks source link

Cannot load GeoJSON.NetContrib.Wkbconversions #16

Closed kennethhaspeel closed 6 years ago

kennethhaspeel commented 6 years ago

I was experimenting with WKB conversions but .ToWkb() gave me an error {"Kan bestand of assembly GeoJSON.NetContrib.WkbConversions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null of een van de afhankelijkheden hiervan niet laden. Het systeem kan het opgegeven bestand niet vinden.":"GeoJSON.NetContrib.WkbConversions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"}

It's in Dutch but I assume the message is clear. GeoJSON.NetContrib.WkbConversions could not be found

xfischer commented 6 years ago

HI @kennethhaspeel, the problem is identified. I have released to quickly the NuGets. Check out versions 0.1.1 recently updated on NuGet. Now EF package references Wkb NuGet.

kennethhaspeel commented 6 years ago

Thanks for the (extremly) fast reply and solution. Problem solved