<?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: C# .NET Programming Tip: Oracle Connection Revised</title>
	<atom:link href="http://www.thewayofcoding.com/2008/03/c-net-programming-tip-oracle-connection-revised/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewayofcoding.com/2008/03/c-net-programming-tip-oracle-connection-revised/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Sep 2009 16:11:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://www.thewayofcoding.com/2008/03/c-net-programming-tip-oracle-connection-revised/comment-page-1/#comment-1000</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 03 Mar 2009 00:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=26#comment-1000</guid>
		<description>Well, I&#039;ve only distributed my apps through clickonce deployment, so I can&#039;t really say what the issue is at this point.

I&#039;m just guessing here, but when visual studio is used to deploy the application, it includes a manifest file, which tells where and what is included in the application.  So I&#039;m not sure you can just copy the DLLS and the program executable into a directory without all of the support files as well. Also, when I include the oracle DLLs in the project itself, I tell it to copy the oracle files into the EXE directory (the application then knows they exist).</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve only distributed my apps through clickonce deployment, so I can&#8217;t really say what the issue is at this point.</p>
<p>I&#8217;m just guessing here, but when visual studio is used to deploy the application, it includes a manifest file, which tells where and what is included in the application.  So I&#8217;m not sure you can just copy the DLLS and the program executable into a directory without all of the support files as well. Also, when I include the oracle DLLs in the project itself, I tell it to copy the oracle files into the EXE directory (the application then knows they exist).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lore</title>
		<link>http://www.thewayofcoding.com/2008/03/c-net-programming-tip-oracle-connection-revised/comment-page-1/#comment-994</link>
		<dc:creator>Lore</dc:creator>
		<pubDate>Mon, 02 Mar 2009 12:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=26#comment-994</guid>
		<description>I have my .exe (framework 2.0), the 4 DLLs you mention all in the same directory. I also am using System.Data.OracleClient. When I run the exe, I receive error “System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.” So, my exe is not looking into the current directory for the dlls. Any ideas?</description>
		<content:encoded><![CDATA[<p>I have my .exe (framework 2.0), the 4 DLLs you mention all in the same directory. I also am using System.Data.OracleClient. When I run the exe, I receive error “System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.” So, my exe is not looking into the current directory for the dlls. Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
