install Problem(install-package MaxMind.GeoIP2)
Ethirajparthasarathi opened this issue · 6 comments
2.5.0 targets 4.5.2 as Microsoft has EOL'd 4.5. However, in the 2.6 beta, we walked this back a bit to 4.5. I would recommend either using the latest beta or 2.4.
Hi oschwald ,
First of all thanks for your great reply .
MaxMind.GeoIP2 version2.0, to MaxMind.GeoIP2 version2.3 install is working.
Then i will try install MaxMind.GeoIP2 version2.4 or 2.5 occur the error.
Last comment also mention that error is occur .
Most of maxmind is GEOIP2 product is support for PHP,Python and Java related only more.
Maxmind GeoIp2 product is support for C# and Asp.net project
If support means give the sample GeoIP2 product for Asp.net,C# sample code
In the NuGet console, type Install-Package MaxMind.GeoIP2 -Pre
for the beta or Install-Package MaxMind.GeoIP2 -Version 2.4.0
for 2.4.0.
Hi oschwald ,
Most of maxmind is GEOIP2 product is support for PHP,Python and Java related only more.
Maxmind GeoIp2 product is support for C# and Asp.net project
If support means give the sample GeoIP2 product for Asp.net,C# sample code
From your screenshots, it appears you are trying to install the MaxMind.GeoIP2 package into the GeoIP2 solution rather than the solution from your project. I suggest asking for help on StackOverflow as this is a general dependency management question and not specific to this library.