Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Leo Harker 5 posts 25 karma points
    Dec 07, 2011 @ 15:59
    Leo Harker
    0

    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

    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.

    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

     

     

     

  • Spyros Spyriadis 46 posts 70 karma points
    Dec 07, 2011 @ 16:05
    Spyros Spyriadis
    0

    I have sent you an email with the license file you need. If you still have a problem let me know...

  • Leo Harker 5 posts 25 karma points
    Dec 07, 2011 @ 16:12
    Leo Harker
    0

    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

  • Spyros Spyriadis 46 posts 70 karma points
    Dec 07, 2011 @ 16:39
    Spyros Spyriadis
    0

    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.

     

  • Leo Harker 5 posts 25 karma points
    Dec 08, 2011 @ 09:45
    Leo Harker
    0

    Thank you for the help via email. It's working perfectly now.

    Thanks,

    Leo

  • CniG 3 posts 23 karma points
    Apr 07, 2012 @ 23:16
    CniG
    0

    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?

  • Spyros Spyriadis 46 posts 70 karma points
    Apr 08, 2012 @ 11:38
    Spyros Spyriadis
    0

    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. 

     

     

     

     

  • CniG 3 posts 23 karma points
    Apr 08, 2012 @ 16:24
    CniG
    0

    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?

     

     

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 08, 2012 @ 16:44
    Jan Skovgaard
    0

    Hi Cnig

    I believe you should simply just put the renamed license file in the "/bin/" folder :)

    Hope this helps.

    /Jan

  • Catherine Filteau 3 posts 23 karma points
    Aug 23, 2013 @ 17:52
    Catherine Filteau
    0

    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!

  • Catherine Filteau 3 posts 23 karma points
    Aug 28, 2013 @ 14:00
    Catherine Filteau
    0

    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

     

  • Spyros Spyriadis 46 posts 70 karma points
    Aug 29, 2013 @ 16:53
    Spyros Spyriadis
    0

    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*".

  • Catherine Filteau 3 posts 23 karma points
    Sep 03, 2013 @ 18:04
    Catherine Filteau
    0

    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!

     

  • Spyros Spyriadis 46 posts 70 karma points
    Sep 04, 2013 @ 09:19
    Spyros Spyriadis
    0

    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)

     

Please Sign in or register to post replies

Write your reply to:

Draft