<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Coldfusion &amp; .Net Integeration</title>
	<atom:link href="http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/feed/" rel="self" type="application/rss+xml" />
	<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/</link>
	<description>Blog for Coldfusion and Coldfusion related technologies....</description>
	<lastBuildDate>Thu, 05 Nov 2009 06:50:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexwebmaster</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-315</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 11:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-315</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-307</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-307</guid>
		<description>Hi,

Using the example I am trying to access a dll in coldfusion but it throws me an error saying &quot;The assembly that contains the class must be provided to the assembly attribute.&quot; I am using CF8 server.

I am not sure what is wrong. 

Can any one please help me with it.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Using the example I am trying to access a dll in coldfusion but it throws me an error saying &#8220;The assembly that contains the class must be provided to the assembly attribute.&#8221; I am using CF8 server.</p>
<p>I am not sure what is wrong. </p>
<p>Can any one please help me with it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Scott</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-291</link>
		<dc:creator>Andrew Scott</dc:creator>
		<pubDate>Wed, 16 Apr 2008 00:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-291</guid>
		<description>Class au.com.aegeon.asReportTool not found in the specified assembly list.

Has this bug / problem been identified? I am getting it and googled to find nothing that can help the situation.

It works fine if it is run on the same machine VS 2008 is on, but will not work on the server it is intended for:-(</description>
		<content:encoded><![CDATA[<p>Class au.com.aegeon.asReportTool not found in the specified assembly list.</p>
<p>Has this bug / problem been identified? I am getting it and googled to find nothing that can help the situation.</p>
<p>It works fine if it is run on the same machine VS 2008 is on, but will not work on the server it is intended for:-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishnuprasad</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-289</link>
		<dc:creator>vishnuprasad</dc:creator>
		<pubDate>Wed, 06 Feb 2008 00:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-289</guid>
		<description>Hi 
So far i have tried only using hardcored values , can you try to pass the connection string values a parameter from cf8 to .Net</description>
		<content:encoded><![CDATA[<p>Hi<br />
So far i have tried only using hardcored values , can you try to pass the connection string values a parameter from cf8 to .Net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-288</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 05 Feb 2008 17:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-288</guid>
		<description>After a good amount of trial and error, we have been able to pull back data from a simple .NET class. The problem that we seem to be having is that unless the .NET connectionString is hardcoded into the class then it won&#039;t seem to work.

The connectionString is refered thus:

string connectionString = ConfigurationManager.AppSettings[&quot;sqlDatabaseServer&quot;];

Do you (or anyone else) know if we can use the referenced connectionString or if it has to be hardcoded into the class

Thanks</description>
		<content:encoded><![CDATA[<p>After a good amount of trial and error, we have been able to pull back data from a simple .NET class. The problem that we seem to be having is that unless the .NET connectionString is hardcoded into the class then it won&#8217;t seem to work.</p>
<p>The connectionString is refered thus:</p>
<p>string connectionString = ConfigurationManager.AppSettings["sqlDatabaseServer"];</p>
<p>Do you (or anyone else) know if we can use the referenced connectionString or if it has to be hardcoded into the class</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teju</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-287</link>
		<dc:creator>Teju</dc:creator>
		<pubDate>Mon, 04 Feb 2008 07:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-287</guid>
		<description>Thanks for the help
I have missed the root namespace while calling the class</description>
		<content:encoded><![CDATA[<p>Thanks for the help<br />
I have missed the root namespace while calling the class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ARINDAM</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-286</link>
		<dc:creator>ARINDAM</dc:creator>
		<pubDate>Mon, 04 Feb 2008 07:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-286</guid>
		<description>Hi,
  I want to pass xml from CF to .net . I am new in CF . So please
give an example how to pass xml from CF to .net  . I don&#039;t have Gtalk ar yahoo messanger . You can give the example in my rediff
id .

Thanks
Arindam</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I want to pass xml from CF to .net . I am new in CF . So please<br />
give an example how to pass xml from CF to .net  . I don&#8217;t have Gtalk ar yahoo messanger . You can give the example in my rediff<br />
id .</p>
<p>Thanks<br />
Arindam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W.R.Vishnuprasda</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-285</link>
		<dc:creator>W.R.Vishnuprasda</dc:creator>
		<pubDate>Mon, 04 Feb 2008 07:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-285</guid>
		<description>DO you want to pass XML from Coldfusion to .Net  or 
.Net to Coldfusion 

What is your contact number 
DO u have Gtalk or yahoo messenger 
If yes whats ur id 
mine 
yahoo IM :dropin_vishnu@yahoo.co.in
Gtalk : wrvishnu@gmail.com</description>
		<content:encoded><![CDATA[<p>DO you want to pass XML from Coldfusion to .Net  or<br />
.Net to Coldfusion </p>
<p>What is your contact number<br />
DO u have Gtalk or yahoo messenger<br />
If yes whats ur id<br />
mine<br />
yahoo IM :dropin_vishnu@yahoo.co.in<br />
Gtalk : <a href="mailto:wrvishnu@gmail.com">wrvishnu@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ARINDAM</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-284</link>
		<dc:creator>ARINDAM</dc:creator>
		<pubDate>Mon, 04 Feb 2008 06:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-284</guid>
		<description>Hi,
    can we pass xml from ColdFusion to .net ? If yes please give an example . My first problem connection with CF to .Net 2003 is solved . 

Thanks
Arindam</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    can we pass xml from ColdFusion to .net ? If yes please give an example . My first problem connection with CF to .Net 2003 is solved . </p>
<p>Thanks<br />
Arindam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teju</title>
		<link>http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-282</link>
		<dc:creator>Teju</dc:creator>
		<pubDate>Fri, 01 Feb 2008 07:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://wrvishnu.wordpress.com/2007/09/12/coldfusion-net-integeration/#comment-282</guid>
		<description>yes I have done all mentioned steps.

Delete the old dll.
Uninstalled .Net2.0 framework,
then Installed .net1.1 framework  
then installed Cf8.net services.
restarted the system
Still getting same error:(
Iam online on gmail and have given invitation for chat to u.

Thanks
Teju</description>
		<content:encoded><![CDATA[<p>yes I have done all mentioned steps.</p>
<p>Delete the old dll.<br />
Uninstalled .Net2.0 framework,<br />
then Installed .net1.1 framework<br />
then installed Cf8.net services.<br />
restarted the system<br />
Still getting same error:(<br />
Iam online on gmail and have given invitation for chat to u.</p>
<p>Thanks<br />
Teju</p>
]]></content:encoded>
	</item>
</channel>
</rss>
