<?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: Tip/Trick- Sending Email in Silverlight 2 beta1</title>
	<atom:link href="http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rtwPhoenix</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-192999</link>
		<dc:creator>rtwPhoenix</dc:creator>
		<pubDate>Fri, 21 Aug 2009 23:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-192999</guid>
		<description>Great but I can not get this to work with SL3

When I create a web service it gives me a page where I put code in it. MailService.asmx.cs however it shows in properties as MailService.asmx I typed in all the code went fine.

Rebuilt the solution.

Went to SL3 section and tried to add the Service Reference

Pressed Discover found the asmx.

Changed name to ServiceProxy

Then I tryied to add the reference but it could not find it!

I check the port and it worked with anohter page so I know it is pointing to the correct place.

However when I typed in the MailServices.asmx I get this error:
Line 1:  

Found an article about endpoint have no clue here I am very new at asmx and c# CAN YOU HELP PLEASE???????????????</description>
		<content:encoded><![CDATA[<p>Great but I can not get this to work with SL3</p>
<p>When I create a web service it gives me a page where I put code in it. MailService.asmx.cs however it shows in properties as MailService.asmx I typed in all the code went fine.</p>
<p>Rebuilt the solution.</p>
<p>Went to SL3 section and tried to add the Service Reference</p>
<p>Pressed Discover found the asmx.</p>
<p>Changed name to ServiceProxy</p>
<p>Then I tryied to add the reference but it could not find it!</p>
<p>I check the port and it worked with anohter page so I know it is pointing to the correct place.</p>
<p>However when I typed in the MailServices.asmx I get this error:<br />
Line 1:  </p>
<p>Found an article about endpoint have no clue here I am very new at asmx and c# CAN YOU HELP PLEASE???????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-190266</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Fri, 31 Jul 2009 20:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-190266</guid>
		<description>Hi guys,

I came across this post while searching for help on how to send E-mail from Silverlight. I followed the instructions; however, when I run the application from Expression Blend I get an error &quot;The type or namespace &#039;ServiceProxy&#039; does not exist in the namespace......&quot;

The problem seems to be on this line.

void mailSrv_SendMailCompleted(object sender, SL2Mail.ServiceProxy.SendMailCompletedEventArgs e)

I would really appreciate your help on solving this.

Thanks in adnvance.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I came across this post while searching for help on how to send E-mail from Silverlight. I followed the instructions; however, when I run the application from Expression Blend I get an error &#8220;The type or namespace &#8216;ServiceProxy&#8217; does not exist in the namespace&#8230;&#8230;&#8221;</p>
<p>The problem seems to be on this line.</p>
<p>void mailSrv_SendMailCompleted(object sender, SL2Mail.ServiceProxy.SendMailCompletedEventArgs e)</p>
<p>I would really appreciate your help on solving this.</p>
<p>Thanks in adnvance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight to send email - Never Argue With Stupid People</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-177789</link>
		<dc:creator>Silverlight to send email - Never Argue With Stupid People</dc:creator>
		<pubDate>Fri, 12 Jun 2009 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-177789</guid>
		<description>[...] some of them several times, before I finally got a sample to work. I used the tutorial from Michael Sync to get it going, and it took me a while to realize that there was an error in the [...]</description>
		<content:encoded><![CDATA[<p>[...] some of them several times, before I finally got a sample to work. I used the tutorial from Michael Sync to get it going, and it took me a while to realize that there was an error in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-168933</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Sun, 03 May 2009 15:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-168933</guid>
		<description>yes.. Endpoint should come from ClientConfig so if we like to change the endpoint, we can extract, change and zip it again.</description>
		<content:encoded><![CDATA[<p>yes.. Endpoint should come from ClientConfig so if we like to change the endpoint, we can extract, change and zip it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-168450</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 01 May 2009 16:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-168450</guid>
		<description>Thanks for this demo, only thing is you should abstract out that endpoint address, as you don&#039;t want a local url hard-coded into c#. Deployments wouldn&#039;t be too fun...</description>
		<content:encoded><![CDATA[<p>Thanks for this demo, only thing is you should abstract out that endpoint address, as you don&#8217;t want a local url hard-coded into c#. Deployments wouldn&#8217;t be too fun&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-165799</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Tue, 21 Apr 2009 17:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-165799</guid>
		<description>I used ASMX service to send emails in silverlight, in the dev environment it works good, but  when I publish the web site a got an error &quot;error on page&quot;, somebody knows what happens?.</description>
		<content:encoded><![CDATA[<p>I used ASMX service to send emails in silverlight, in the dev environment it works good, but  when I publish the web site a got an error &#8220;error on page&#8221;, somebody knows what happens?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niyla</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-80000</link>
		<dc:creator>Niyla</dc:creator>
		<pubDate>Wed, 09 Jul 2008 16:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-80000</guid>
		<description>Hi,

The above code was working fine but yesterday I started getting &quot;the remote server returned an unexpected response : (404)not found&quot;.

Any ideas?

Niyla.

Ps. Also, any chance of doing a web service demo with authentication.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The above code was working fine but yesterday I started getting &#8220;the remote server returned an unexpected response : (404)not found&#8221;.</p>
<p>Any ideas?</p>
<p>Niyla.</p>
<p>Ps. Also, any chance of doing a web service demo with authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hayat</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-68314</link>
		<dc:creator>Ben Hayat</dc:creator>
		<pubDate>Tue, 03 Jun 2008 19:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-68314</guid>
		<description>Mike, I&#039;m not attending the full TechEd. I&#039;ll be going for the &quot;Partner Expo&quot; where I can spend some time meeting the vendors and their new products for SL. Once I&#039;m back and I see hot, I&#039;ll let you know.</description>
		<content:encoded><![CDATA[<p>Mike, I&#8217;m not attending the full TechEd. I&#8217;ll be going for the &#8220;Partner Expo&#8221; where I can spend some time meeting the vendors and their new products for SL. Once I&#8217;m back and I see hot, I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-68290</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-68290</guid>
		<description>Hey Ben,

&gt;&gt;Man where is beta 2…???

I heard that Silverlight 2 beta 1 will be available this week :) 
http://michaelsync.net/2008/06/03/news-silverlight-2-beta2-will-be-coming-this-week

Are you at TechEd now? You might already know about that... please share your TechEd exp with me, man :) how is it over there?</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>>>Man where is beta 2…???</p>
<p>I heard that Silverlight 2 beta 1 will be available this week :)<br />
<a href="http://michaelsync.net/2008/06/03/news-silverlight-2-beta2-will-be-coming-this-week" rel="nofollow">http://michaelsync.net/2008/06/03/news-silverlight-2-beta2-will-be-coming-this-week</a></p>
<p>Are you at TechEd now? You might already know about that&#8230; please share your TechEd exp with me, man :) how is it over there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hayat</title>
		<link>http://michaelsync.net/2008/05/25/tiptrick-sending-email-in-silverlight-2-beta1/comment-page-1#comment-67571</link>
		<dc:creator>Ben Hayat</dc:creator>
		<pubDate>Sun, 01 Jun 2008 14:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=920#comment-67571</guid>
		<description>First thing first; :-)

[quote]No. man.. It’s strange that you are missing Cass a lot.. Why not Yasser or Justin or me? hehe [/quote]

I do miss Yasser and Justin (don&#039;t you mean Jason?), but with Yasser, he is working on a large project and he slowly walked away. Jason was very active in SL 1.0 and 1.1, but as soon as 2 showed up, no more. But Imran just vanished from the forum, form other forums, his own blog, no email, nothing. And with Michael, I&#039;m hoping we can get ride of him soon... :-)

&gt;&gt;For me, I more prefer to use Astoria :) I’m waiting beta2 ..&lt;&lt;
I&#039;m going to TechEd next week and I hope to to find out.

And thanks for info on the service</description>
		<content:encoded><![CDATA[<p>First thing first; :-)</p>
<p>[quote]No. man.. It’s strange that you are missing Cass a lot.. Why not Yasser or Justin or me? hehe [/quote]</p>
<p>I do miss Yasser and Justin (don&#8217;t you mean Jason?), but with Yasser, he is working on a large project and he slowly walked away. Jason was very active in SL 1.0 and 1.1, but as soon as 2 showed up, no more. But Imran just vanished from the forum, form other forums, his own blog, no email, nothing. And with Michael, I&#8217;m hoping we can get ride of him soon&#8230; :-)</p>
<p>&gt;&gt;For me, I more prefer to use Astoria :) I’m waiting beta2 ..&lt;&lt;<br />
I&#8217;m going to TechEd next week and I hope to to find out.</p>
<p>And thanks for info on the service</p>
]]></content:encoded>
	</item>
</channel>
</rss>
