 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Microsfot Office 2007</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/microsfot-office-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 03:54:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How do I overcome the &#8220;Could not find installable ISAM. Excel 2007&#8243; Error? Ex</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-overcome-the-could-not-find-installable-isam-excel-2007-error/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-overcome-the-could-not-find-installable-isam-excel-2007-error/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:06:14 +0000</pubDate>
		<dc:creator>Donnybrasco</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[ISAM]]></category>
		<category><![CDATA[Microsfot Office 2007]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft Excel 2007]]></category>
		<category><![CDATA[Microsoft Windows Vista]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I got the &#8220;Could Not find installable ISAM error&#8221; while uploading an Excel file in my application.This seems to be happening at the &#8220;connection.Open()&#8221; code line. &#8211; Web Application &#8211; .Net 2.0 &#8211; Testing using IIS 7.0 on Vista Ultimate &#8211; Office 2007 Enterprise Installed on machine. Code works successfully when used in a Windows [...]]]></description>
				<content:encoded><![CDATA[<p>I got the &#8220;Could Not  find installable ISAM error&#8221; while uploading an Excel file in my application.This seems to be happening at the &#8220;connection.Open()&#8221; code line.</p>
<p>&#8211; Web Application<br />
&#8211; .Net 2.0<br />
&#8211; Testing using IIS 7.0 on Vista Ultimate<br />
&#8211; Office 2007 Enterprise Installed on machine.</p>
<p>Code works successfully when used in a Windows Application</p>
<pre>
string excelConnectionString =@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties=""Excel 8.0 Xml;HDR=YES;""";
            using (OleDbConnection connection = new OleDbConnection(excelConnectionString))
            {
                    connection.Open();               
            }
</pre>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-overcome-the-could-not-find-installable-isam-excel-2007-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/9 queries in 0.015 seconds using memcached
Object Caching 320/321 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 06:13:40 -->