<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Getting a reference to cdoex.dll</title>
	<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/</link>
	<description>Questions, music, noise, and computer nerditry.</description>
	<pubDate>Wed, 08 Oct 2008 11:40:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>

	<item>
		<title>by: bagofugly</title>
		<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-321</link>
		<pubDate>Sat, 14 May 2005 09:01:11 +1000</pubDate>
		<guid>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-321</guid>
					<description>I so hope this work, going to try it now...</description>
		<content:encoded><![CDATA[	<p>I so hope this work, going to try it now&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bagofugly</title>
		<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-322</link>
		<pubDate>Sat, 14 May 2005 09:15:37 +1000</pubDate>
		<guid>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-322</guid>
					<description>Yep, worked.  Thanks.</description>
		<content:encoded><![CDATA[	<p>Yep, worked.  Thanks.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: wax</title>
		<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-14570</link>
		<pubDate>Wed, 27 Sep 2006 18:19:05 +1000</pubDate>
		<guid>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-14570</guid>
					<description>ahhh... interesting... i will give this a go now</description>
		<content:encoded><![CDATA[	<p>ahhh&#8230; interesting&#8230; i will give this a go now
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Anonymous</title>
		<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-26721</link>
		<pubDate>Thu, 08 Feb 2007 14:21:46 +1100</pubDate>
		<guid>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-26721</guid>
					<description>will try this. I have had enough.</description>
		<content:encoded><![CDATA[	<p>will try this. I have had enough.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daren Thomas</title>
		<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-43322</link>
		<pubDate>Fri, 01 Jun 2007 18:49:07 +1000</pubDate>
		<guid>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-43322</guid>
					<description>Hi, this post is interesting, as it is the only one on the net I can find that hints at being able to use CDOEX on a client without Exchange for development.

CDOEX documentation says it has to be used on the server :(

Could you help me set this up? I am having problems (probably issues with adodb versions)  running the sample code at http://support.microsoft.com/default.aspx?id=310200, with an interop error (invalid class string).</description>
		<content:encoded><![CDATA[	<p>Hi, this post is interesting, as it is the only one on the net I can find that hints at being able to use CDOEX on a client without Exchange for development.</p>
	<p>CDOEX documentation says it has to be used on the server :(</p>
	<p>Could you help me set this up? I am having problems (probably issues with adodb versions)  running the sample code at <a href='http://support.microsoft.com/default.aspx?id=310200' rel='nofollow'>http://support.microsoft.com/default.aspx?id=310200</a>, with an interop error (invalid class string).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: richard</title>
		<link>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-81603</link>
		<pubDate>Thu, 03 Jul 2008 22:42:25 +1000</pubDate>
		<guid>http://mrspeaker.webeisteddfod.com/2005/05/02/cdoex/#comment-81603</guid>
					<description>Actually, I believe another source of CDOEX.dll might be Office XP.  

Recently we updated Office XP to Office 2003 on our build server.

After rebooting, we were no longer able to get email notifications when running nant.  It would finish up and give us the following error.

     [mail] Sending mail to user@bogus.com;.
     [call] c:\program files\nant\Common\NAntHeader.build(78,6):
     [call] Error sending mail:
     [call] Error enountered while sending mail message.
     [call] Make sure that mailhost=mailhost.local.bogus.com is valid
     [call]
     [call]     Retrieving the COM class factory for component with CLSID {CD000001-8B95-11D1-82DB-00C04FB1625D} failed due to the following error: 8007007e.

Locating the CLSID in the registry it pointed to CDOEX.dll.  The file and the containing folder were missing on the machine.

I suspect that the file was removed with the OXP-&amp;gt;O2003 upgrade.  Fortunately I had OXP on another machine and it provided the %ProgramFiles%\Common Files\Microsoft Shared\CDO\cdoex.dll.  I copied it as you suggested and I am now back in business.   Thanks</description>
		<content:encoded><![CDATA[	<p>Actually, I believe another source of CDOEX.dll might be Office XP.  </p>
	<p>Recently we updated Office XP to Office 2003 on our build server.</p>
	<p>After rebooting, we were no longer able to get email notifications when running nant.  It would finish up and give us the following error.</p>
	<p>     [mail] Sending mail to <a href="mailto:user@bogus.com;.">user@bogus.com;.</a><br />
     [call] c:\program files\nant\Common\NAntHeader.build(78,6):<br />
     [call] Error sending mail:<br />
     [call] Error enountered while sending mail message.<br />
     [call] Make sure that mailhost=mailhost.local.bogus.com is valid<br />
     [call]<br />
     [call]     Retrieving the COM class factory for component with CLSID {CD000001-8B95-11D1-82DB-00C04FB1625D} failed due to the following error: 8007007e.</p>
	<p>Locating the CLSID in the registry it pointed to CDOEX.dll.  The file and the containing folder were missing on the machine.</p>
	<p>I suspect that the file was removed with the OXP-&gt;O2003 upgrade.  Fortunately I had OXP on another machine and it provided the %ProgramFiles%\Common Files\Microsoft Shared\CDO\cdoex.dll.  I copied it as you suggested and I am now back in business.   Thanks
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
