I've installed IP2Location and bought a license for my IP but I can't install the license.
The license could not be retrieved
You must download it manually
System.NullReferenceException: Object reference not set to an instance of an object.
at SpyriadisNetwork.Location.Dashboard.ConfigureLicensingSPNLocation.chooseLicense_Click(Object sender, EventArgs e)
I've tried adding it to the /Bin directory manually but the web.config file isn't adding the lines shown in your documentation so I'm sure something isn't working correctly somewhere.
Hi, I'm having a similar problem, it won't validate the license using my Deli credentials. I downloaded the license file from My Licenses, but how do I mnaually install it?
Make sure that you rename the .lic file toiplocationintegration.lic, it seems that the umbraco billing system adds a SpyriadisNetwork prefix to the file that creates this problem. If the problem persists sent me an email to sent you the latest .dll to see if that fixes your problem.
Sorry, I'm pretty new to this and not entirely sure what I'm doing! I'm using Developer - Packages - Install Local Package. Then browsing for the zip file. What do I do with the lic file?
Hi, I'm having a similar issue than precedents posts, I have followed all the steps describe in this topic, so I have downloaded the licence, renamed it and placed it in the /bin/ folder.
After that I have used the "Install local package" for install the package, but after that i check "Accept Licence" and click on "Install Package" in the second step, after the the form disapear with no message to say if it fail or not. I have checked in the "Installed package" and IP2Location Integration appear, but if I look at the end of my Web.config, the lines for the Database connection don't appear...
I should say that i had installed/uninstalled this package many times during this process (because i didn't read all posts the first time -.-) and I don't know if it could affect Umbraco for some reason...
I'm still stack in this issue... I really need to make it work. The situation is still the same, I look in my log file and I see actions that must be execute during the installation of the package, but none of them are execute. I didn't find why the installation fail and with no error message or anything, its not easy to find.
Sorry for the delayed response but I am on holidays and don't have internet access. Please tell me the version of the Umbraco you are using and also let me know if there is a dll in the /bin/ folder starting with "SpyriadisNetwork*".
Licencing Problem
Hi,
I've installed IP2Location and bought a license for my IP but I can't install the license.
The license could not be retrieved
You must download it manually
I've tried adding it to the /Bin directory manually but the web.config file isn't adding the lines shown in your documentation so I'm sure something isn't working correctly somewhere.
I'm using Umbraco v4.7.0, IIS 7 and .net 4.0.
If someone could help me that would be great,
Thank you,
Leo
I have sent you an email with the license file you need. If you still have a problem let me know...
Hi Spyros,
Thank's for that, that's on the site.
The problem I'm having is I can't see the new web.config entries for IPLocationDBConnectionString etc.
Are they in a separate .config file?
Thanks
No they should be in your web.config file at the end. Below is an example of the <appSettings> part of the web.config file:
<add key="IPLocationDBConnectionString" value="Data Source=server;Initial Catalog=IP2LocationDB;User Id=username;Password=password;" />
<add key="IPLocationTableName" value="IPCountry" />
<add key="IPLocationColumnFrom" value="ipFROM" />
<add key="IPLocationColumnTo" value="ipTO" />
<add key="IPLocationSelect" value="countrySHORT,countryLONG" />
You should replace the bold parts of the settings to much your configuration.
Thank you for the help via email. It's working perfectly now.
Thanks,
Leo
Hi, I'm having a similar problem, it won't validate the license using my Deli credentials. I downloaded the license file from My Licenses, but how do I mnaually install it?
Make sure that you rename the .lic file to iplocationintegration.lic, it seems that the umbraco billing system adds a SpyriadisNetwork prefix to the file that creates this problem. If the problem persists sent me an email to sent you the latest .dll to see if that fixes your problem.
Best Regards,
Spyros.
Sorry, I'm pretty new to this and not entirely sure what I'm doing! I'm using Developer - Packages - Install Local Package. Then browsing for the zip file. What do I do with the lic file?
Hi Cnig
I believe you should simply just put the renamed license file in the "/bin/" folder :)
Hope this helps.
/Jan
Hi, I'm having a similar issue than precedents posts, I have followed all the steps describe in this topic, so I have downloaded the licence, renamed it and placed it in the /bin/ folder.
After that I have used the "Install local package" for install the package, but after that i check "Accept Licence" and click on "Install Package" in the second step, after the the form disapear with no message to say if it fail or not. I have checked in the "Installed package" and IP2Location Integration appear, but if I look at the end of my Web.config, the lines for the Database connection don't appear...
I should say that i had installed/uninstalled this package many times during this process (because i didn't read all posts the first time -.-) and I don't know if it could affect Umbraco for some reason...
Thanks in advance!
There is someone who can help me with this?
I'm still stack in this issue... I really need to make it work. The situation is still the same, I look in my log file and I see actions that must be execute during the installation of the package, but none of them are execute. I didn't find why the installation fail and with no error message or anything, its not easy to find.
Thanks
Sorry for the delayed response but I am on holidays and don't have internet access. Please tell me the version of the Umbraco you are using and also let me know if there is a dll in the /bin/ folder starting with "SpyriadisNetwork*".
Hi,
I'm also sorry for the delay, my version of Umbraco is 6.0.6 and in my bin folder, I found the SpyriadisNetwork.Location.dll file.
Thanks for your answer!
You will have to manually insert the values below in the web.config file:
<add key="IPLocationDBConnectionString" value="Data Source=server;Initial Catalog=IP2LocationDB;User Id=username;Password=password;" />
<add key="IPLocationTableName" value="IPCountry" />
<add key="IPLocationColumnFrom" value="ipFROM" />
<add key="IPLocationColumnTo" value="ipTO" />
<add key="IPLocationSelect" value="countrySHORT,countryLONG" />
And also declare the xslt extension in the /config/xsltExtensions.config adding the line below:
<ext assembly="SpyriadisNetwork.Location" type="SpyriadisNetwork.Location.XSLT" alias="SpyriadisNetwork.Location" />
Note: Remove any other related xslt extension that look the same.
Let me know if you still have a problem after that. (I have not tested it on version 6+ installations)
is working on a reply...