charlenni / Mapsui.VectorTiles

Library for handling vectore tiles in Mapsui
10 stars 1 forks source link

Restore Nuget Packge Failed #2

Closed ravisolanki07 closed 4 years ago

ravisolanki07 commented 5 years ago

After downloading the repository, I tried to restore (not updating) all the nuget packages using VS2017. But I am getting following error: IssueMap

Please help me!

charlenni commented 5 years ago

Try to use the normal Mapsui package instead of the beta version I used at the time, I created the repository.

ravisolanki07 commented 5 years ago

Thanks for your quick reply.

I tried to update the MapSui package alone, but it's still not allowing me to update it.

charlenni commented 5 years ago

What do you mean with "still not allowing me to update it"? Any error messages?

ravisolanki07 commented 5 years ago

So let me tell you the steps that I am doing:

  1. Manage Nuget Packages for the Solution
  2. Select MapSui - this way it will show all the projects IssueMap
  3. Then I tried to Install the new latest version of it. And it gives the error which you can see in the screenshot.

FYI, I have tried to install the new as well as an old version of the MapSui.

Thanks!

charlenni commented 5 years ago

Try to remove all occurrences of Mapsui and add them again to the projects.

ravisolanki07 commented 5 years ago

Thanks for your suggestion! That really eliminates most of the errors.

I am still facing the following errors: IssueMap

I believe these errors are related to versions of the packages. Could you please help me?

charlenni commented 5 years ago

It seems, that you are missing the NuGet package for BruTile.

ravisolanki07 commented 5 years ago

Thank you for your quick reply.

I already added all the plugins that include BruTile(1.0.2).

image

charlenni commented 5 years ago

I tried to get, what was going on a year ago and I think, I dropped the development of this project and moved on to integrate it into Mapsui. So it seems, that you should use the VectorTiles branch of Mapsui in my repositories.

Sorry, that I remember this not before.

ravisolanki07 commented 5 years ago

Thanks for your guidance, I will do that.