<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert An Excel Address Spreadsheet Into A KML File (And Then Into A Geocoded CSV Text File) With KMLGeocode And KMLReport</title>
	<atom:link href="http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/feed" rel="self" type="application/rss+xml" />
	<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport</link>
	<description>Exploring the world of free tools for GIS, GPS, Google Earth, neogeography, and more.</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:48:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Oto</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-13723</link>
		<dc:creator>Oto</dc:creator>
		<pubDate>Thu, 02 Dec 2010 12:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-13723</guid>
		<description>OK, I fixed it. It didn&#039;t work because I have x64 CPU and JET is absolute and works only for 32-bit so xls files can&#039;t be imported.

To fix: Use coreflags utility to set the program to work in 32-bit compatiblity.
Download:http://www.apexsql.com/zips/CorFlags.zip

run: corflags kmlgeocode.exe /32bit+</description>
		<content:encoded><![CDATA[<p>OK, I fixed it. It didn&#8217;t work because I have x64 CPU and JET is absolute and works only for 32-bit so xls files can&#8217;t be imported.</p>
<p>To fix: Use coreflags utility to set the program to work in 32-bit compatiblity.<br />
Download:<a href="http://www.apexsql.com/zips/CorFlags.zip" rel="nofollow">http://www.apexsql.com/zips/CorFlags.zip</a></p>
<p>run: corflags kmlgeocode.exe /32bit+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Pawlowicz</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-13651</link>
		<dc:creator>Leszek Pawlowicz</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-13651</guid>
		<description>Works on my Windows 7 system without issue; you might try contacting the program author.</description>
		<content:encoded><![CDATA[<p>Works on my Windows 7 system without issue; you might try contacting the program author.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oto</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-13647</link>
		<dc:creator>Oto</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-13647</guid>
		<description>Doesn&#039;t work on W7 even with sample data :(

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: The &#039;Microsoft.Jet.OLEDB.4.0&#039; provider is not registered on the local machine.
   at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper&amp; datasrcWrapper)
   at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
   at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.OleDb.OleDbConnection.Open()
   at xml2kml.Form1.ProcessXLSFile(String&amp; thefile)
   at xml2kml.Form1.btnInput_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message&amp; m)
   at System.Windows.Forms.ButtonBase.WndProc(Message&amp; m)
   at System.Windows.Forms.Button.WndProc(Message&amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work on W7 even with sample data :(</p>
<p>See the end of this message for details on invoking<br />
just-in-time (JIT) debugging instead of this dialog box.</p>
<p>************** Exception Text **************<br />
System.InvalidOperationException: The &#8216;Microsoft.Jet.OLEDB.4.0&#8242; provider is not registered on the local machine.<br />
   at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper&amp; datasrcWrapper)<br />
   at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)<br />
   at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)<br />
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)<br />
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)<br />
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)<br />
   at System.Data.OleDb.OleDbConnection.Open()<br />
   at xml2kml.Form1.ProcessXLSFile(String&amp; thefile)<br />
   at xml2kml.Form1.btnInput_Click(Object sender, EventArgs e)<br />
   at System.Windows.Forms.Control.OnClick(EventArgs e)<br />
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)<br />
   at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)<br />
   at System.Windows.Forms.Control.WndProc(Message&amp; m)<br />
   at System.Windows.Forms.ButtonBase.WndProc(Message&amp; m)<br />
   at System.Windows.Forms.Button.WndProc(Message&amp; m)<br />
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)<br />
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-10653</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 22 Sep 2010 20:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-10653</guid>
		<description>WOW this application is just what I was looking for! I&#039;m sending a thank you note to the author right now..</description>
		<content:encoded><![CDATA[<p>WOW this application is just what I was looking for! I&#8217;m sending a thank you note to the author right now..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: land surveyor</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-7232</link>
		<dc:creator>land surveyor</dc:creator>
		<pubDate>Wed, 26 May 2010 19:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-7232</guid>
		<description>Here is a new online map for ya made with batchgeo... http://landsurveyorsunited.com/page/new-lsu-member-map
this map has almost 1000 land surveyors all over the globe based on level of experience
user contributions on LSU are up 93%    I am hoping that the software you provided above (thank you) will render a map that lays out a little faster...</description>
		<content:encoded><![CDATA[<p>Here is a new online map for ya made with batchgeo&#8230; <a href="http://landsurveyorsunited.com/page/new-lsu-member-map" rel="nofollow">http://landsurveyorsunited.com/page/new-lsu-member-map</a><br />
this map has almost 1000 land surveyors all over the globe based on level of experience<br />
user contributions on LSU are up 93%    I am hoping that the software you provided above (thank you) will render a map that lays out a little faster&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leszek Pawlowicz</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-7214</link>
		<dc:creator>Leszek Pawlowicz</dc:creator>
		<pubDate>Wed, 26 May 2010 16:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-7214</guid>
		<description>There are a bunch of other free geocoding tools available as well; check the geocoding category on this blog for more info.</description>
		<content:encoded><![CDATA[<p>There are a bunch of other free geocoding tools available as well; check the geocoding category on this blog for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://freegeographytools.com/2010/convert-an-excel-address-spreadsheet-into-a-kml-file-and-then-into-a-geocoded-csv-text-file-with-kmlgeocode-and-kmlreport/comment-page-1#comment-7198</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Wed, 26 May 2010 13:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/?p=4478#comment-7198</guid>
		<description>Thanks to Dr. Ralston at the University of Tennessee Dept of Geography for these tools!... they came in extremely handy when I needed geocoded addresses for a point pattern ananlysis which is part of my thesis project.</description>
		<content:encoded><![CDATA[<p>Thanks to Dr. Ralston at the University of Tennessee Dept of Geography for these tools!&#8230; they came in extremely handy when I needed geocoded addresses for a point pattern ananlysis which is part of my thesis project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

