Page view counter

DNN 2.1.2 Missing GeoIP.dat

Last post 06-17-2004 11:25 PM by mikebol. 3 replies.

Sort Posts:

  • DNN 2.1.2 Missing GeoIP.dat

    06-17-2004, 9:48 PM
    • Loading...
    • mikebol
    • Joined on 04-30-2004, 12:04 PM
    • Dallas, GA
    • Posts 104
    • Points 507
    Hello everyone!

    I just downloaded the DNN 2.1.2 source a few days ago and I've been testing before attempting to upgrade from 2.0.4. One thing I seem to be missing in this installation is the GeoIP.dat file which should be in the /bin directory.

    Copying the GeoIP.dat over from my 2.0.4 installation seems to work fine and I'm on my way.

    Mike
  • Re: DNN 2.1.2 Missing GeoIP.dat

    06-17-2004, 10:12 PM
    • Loading...
    • JWhite
    • Joined on 06-26-2002, 10:30 AM
    • New York
    • Posts 2,616
    • Points 13,100
    geoip.dat was moved to /controls/CountryListBox/Data
  • Re: DNN 2.1.2 Missing GeoIP.dat

    06-17-2004, 10:51 PM
    • Loading...
    • mikebol
    • Joined on 04-30-2004, 12:04 PM
    • Dallas, GA
    • Posts 104
    • Points 507
    I'll get it from there then... I think it was the MapQuest module that was looking for it in the /bin directory. I'll take a look at the code. Here is the error:

    ModuleId: -1
    ModuleDefId: -1
    FriendlyName:
    ModuleControlSource:
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: Microsoft.VisualBasic.ErrObject.Raise
    DatabaseVersion: 2.1.2
    AssemblyVersion: 2.1.2.25889
    PortalID: 0
    PortalName: Bolser.Net
    UserID: 2
    UserName: host
    ActiveTabID: 28
    ActiveTabName: New Controls
    AbsoluteURL: /DotNetNuke/Default.aspx
    AbsoluteURLReferrer: http://localhost/DotNetNuke/Default.aspx?tabid=28
    ExceptionGUID: 505490cb-614f-4363-b33a-b8a4675c183d
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    Message: Could not find file "C:\Dev\Personal\DotNetNuke_2.1.2\bin\GeoIP.dat". Please set the "GeoIPFile" Property to specify the location of this file. The property value must be set to the virtual path to GeoIP.dat (i.e. "/bin/GeoIP.dat")
    InnerException: System.Exception: Could not find file "C:\Dev\Personal\DotNetNuke_2.1.2\bin\GeoIP.dat". Please set the "GeoIPFile" Property to specify the location of this file. The property value must be set to the virtual path to GeoIP.dat (i.e. "/bin/GeoIP.dat") at Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source, Object Description, Object HelpFile, Object HelpContext) at DotNetNuke.CountryLookup.FileToMemory(String FileLocation) at DotNetNuke.Web.UI.WebControls.CountryListBox.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind() at DotNetNuke.Address.Page_Load(Object sender, EventArgs e) in C:\Dev\Personal\DotNetNuke_2.1.2\controls\Address.ascx.vb:line 327
    TargetSite:
    StackTrace:
    HelpLink:
    Source:
  • Re: DNN 2.1.2 Missing GeoIP.dat

    06-17-2004, 10:59 PM
    • Loading...
    • mikebol
    • Joined on 04-30-2004, 12:04 PM
    • Dallas, GA
    • Posts 104
    • Points 507
    Jeremy, this may be caused by my other post... It seems the VS solution has found the old assemblies in my 2.0.4 source directory tree, so I was pointing to the old CountryListBox Assembly.

    Mike
Page 1 of 1 (4 items)