<?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: WCF Sample in Visual studio 2008</title>
	<atom:link href="http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 17:42:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mandeep</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-1913</link>
		<dc:creator>mandeep</dc:creator>
		<pubDate>Thu, 19 May 2011 12:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-1913</guid>
		<description>Thanks a lot for this post. It really helped me to solve my problem.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post. It really helped me to solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shwe Sin</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-1695</link>
		<dc:creator>Shwe Sin</dc:creator>
		<pubDate>Fri, 18 Mar 2011 09:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-1695</guid>
		<description>To study WCF in Visual Studio 2008</description>
		<content:encoded><![CDATA[<p>To study WCF in Visual Studio 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-1181</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Wed, 26 May 2010 11:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-1181</guid>
		<description>Hi folk,

 its a gr8 article. I followed the same what you have advertised. but while running the client app, iam receiving the following error:


&quot;Could not find default endpoint element that references contract &#039;IService1&#039; in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.&quot;

The above exception arises in following line:
 Service1Client client = new Service1Client();

Can you please help me on this.</description>
		<content:encoded><![CDATA[<p>Hi folk,</p>
<p> its a gr8 article. I followed the same what you have advertised. but while running the client app, iam receiving the following error:</p>
<p>&#8220;Could not find default endpoint element that references contract &#8216;IService1&#8242; in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element.&#8221;</p>
<p>The above exception arises in following line:<br />
 Service1Client client = new Service1Client();</p>
<p>Can you please help me on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike C.</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-1090</link>
		<dc:creator>Mike C.</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-1090</guid>
		<description>@scott: Go to Start -&gt; Programs -&gt; Microsoft Visual Studio 2008 -&gt; Visual Studio Tools

and open Visual Studio 2008 Command Prompt, from there you can run svcutil.exe</description>
		<content:encoded><![CDATA[<p>@scott: Go to Start -&gt; Programs -&gt; Microsoft Visual Studio 2008 -&gt; Visual Studio Tools</p>
<p>and open Visual Studio 2008 Command Prompt, from there you can run svcutil.exe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-1026</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-1026</guid>
		<description>i found the svcutil.exe in: \program files\Microsoft SDKs\Windows\v6.0A

worked great..</description>
		<content:encoded><![CDATA[<p>i found the svcutil.exe in: \program files\Microsoft SDKs\Windows\v6.0A</p>
<p>worked great..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-996</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 20 Jul 2009 02:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-996</guid>
		<description>this is great but i have no svcutil.exe in my c:/program files/microsoft visual studio 9.0 folder can you adivse on where i can get this tool thanks.</description>
		<content:encoded><![CDATA[<p>this is great but i have no svcutil.exe in my c:/program files/microsoft visual studio 9.0 folder can you adivse on where i can get this tool thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechBubbles &#187; Hosting the WCF Service in .NET Executable</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-312</link>
		<dc:creator>TechBubbles &#187; Hosting the WCF Service in .NET Executable</dc:creator>
		<pubDate>Thu, 16 Oct 2008 11:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-312</guid>
		<description>[...] post explains how to host a WCF service that we defined in the previous article WCF sample in VS 2008. Specifically we host the WCF service in .NET console [...]</description>
		<content:encoded><![CDATA[<p>[...] post explains how to host a WCF service that we defined in the previous article WCF sample in VS 2008. Specifically we host the WCF service in .NET console [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhavrao</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-252</link>
		<dc:creator>Madhavrao</dc:creator>
		<pubDate>Sun, 28 Sep 2008 04:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-252</guid>
		<description>I think you missed one important point. Hosting of WCF Service. You haven&#039;t covered it in your article. This blog I think is targeted towards beginner, so it should have been end-to-end solution. This is just constructive remark to your post. Nothing personal.</description>
		<content:encoded><![CDATA[<p>I think you missed one important point. Hosting of WCF Service. You haven&#8217;t covered it in your article. This blog I think is targeted towards beginner, so it should have been end-to-end solution. This is just constructive remark to your post. Nothing personal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/comment-page-1/#comment-73</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Thu, 21 Aug 2008 13:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/wcf-sample-in-visual-studio-2008/#comment-73</guid>
		<description>&lt;strong&gt;Developing WCF Sample in VS 2008...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from DotNetKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>Developing WCF Sample in VS 2008&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from DotNetKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

