<?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: Developing an email application using Silverlight 2 Beta 2</title> <atom:link href="http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/feed/" rel="self" type="application/rss+xml" /><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/</link> <description>Covering Microsoft and its competitors like no one else!</description> <lastBuildDate>Thu, 11 Mar 2010 02:46:57 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Gashgul</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-17626</link> <dc:creator>Gashgul</dc:creator> <pubDate>Thu, 19 Nov 2009 15:16:56 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-17626</guid> <description>Hello !&lt;br&gt;&lt;br&gt;I&#039;ve got a problem with this code ...&lt;br&gt;Proxy and SendMail are not recognized.&lt;br&gt;&lt;br&gt;i have :&lt;br&gt;&quot;Type or Namespce &#039;Proxy&#039; is not found ... &quot;&lt;br&gt;and&lt;br&gt;&quot;Type or Namespace &#039;SendMail&#039; is not found ... &quot;&lt;br&gt;&lt;br&gt;THanks to anyone who will Help !!</description> <content:encoded><![CDATA[<p>Hello !</p><p>I&#39;ve got a problem with this code &#8230;<br
/>Proxy and SendMail are not recognized.</p><p>i have :<br
/>&#8220;Type or Namespce &#39;Proxy&#39; is not found &#8230; &#8220;<br
/>and<br
/>&#8220;Type or Namespace &#39;SendMail&#39; is not found &#8230; &#8220;</p><p>THanks to anyone who will Help !!</p> ]]></content:encoded> </item> <item><title>By: Gashgul</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-14062</link> <dc:creator>Gashgul</dc:creator> <pubDate>Thu, 19 Nov 2009 07:16:56 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-14062</guid> <description>Hello !&lt;br&gt;&lt;br&gt;I&#039;ve got a problem with this code ...&lt;br&gt;Proxy and SendMail are not recognized.&lt;br&gt;&lt;br&gt;i have :&lt;br&gt;&quot;Type or Namespce &#039;Proxy&#039; is not found ... &quot;&lt;br&gt;and&lt;br&gt;&quot;Type or Namespace &#039;SendMail&#039; is not found ... &quot;&lt;br&gt;&lt;br&gt;THanks to anyone who will Help !!</description> <content:encoded><![CDATA[<p>Hello !</p><p>I&#39;ve got a problem with this code &#8230;<br
/>Proxy and SendMail are not recognized.</p><p>i have :<br
/>&#8220;Type or Namespce &#39;Proxy&#39; is not found &#8230; &#8220;<br
/>and<br
/>&#8220;Type or Namespace &#39;SendMail&#39; is not found &#8230; &#8220;</p><p>THanks to anyone who will Help !!</p> ]]></content:encoded> </item> <item><title>By: SimonMailor</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-13986</link> <dc:creator>SimonMailor</dc:creator> <pubDate>Wed, 18 Nov 2009 06:04:16 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-13986</guid> <description>Hey,&lt;br&gt;&lt;br&gt;The is a good Silverlight webmail based application here, if anyone is interested:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://silvermail.com.au&quot; rel=&quot;nofollow&quot;&gt;http://silvermail.com.au&lt;/a&gt;&lt;br&gt;&lt;br&gt;Along with the ability to send mail, this one also lets you check your mail as well.  It&#039;s pretty slick!  I use it all the time from work to check my personal email - it handles attachments and I read somewhere that it has support for Gmail.&lt;br&gt;&lt;br&gt;I suppose it just extends on this concept a little further.</description> <content:encoded><![CDATA[<p>Hey,</p><p>The is a good Silverlight webmail based application here, if anyone is interested:</p><p><a
href="http://silvermail.com.au" rel="nofollow">http://silvermail.com.au</a></p><p>Along with the ability to send mail, this one also lets you check your mail as well.  It&#39;s pretty slick!  I use it all the time from work to check my personal email &#8211; it handles attachments and I read somewhere that it has support for Gmail.</p><p>I suppose it just extends on this concept a little further.</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-12955</link> <dc:creator>Dave</dc:creator> <pubDate>Fri, 06 Nov 2009 01:11:59 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-12955</guid> <description>I had problems with the SL3 implementation of this.  I took me a while to figure out that you must have the EndpointAddress exactly match what appears when your run the service in the browser.&lt;br&gt;&lt;br&gt;Look at the ServiceReferences.ClientConfig after you add the Service Reference on the client.  The client code behind endpointaddress must match this.&lt;br&gt;&lt;br&gt;In all of the SL2 examples I have seen the web project name has been in the endpointaddress between the host nmae and the service name.  I don&#039;t know if this is a mistake in the examples or a change in the way SL3 adds Service References.  &lt;br&gt;&lt;br&gt;After many frustrating break points I saw the error.  Other than that, the SL2 example worked perfectly with SL3.  &lt;br&gt;&lt;br&gt;Note:  just copy the code to SL3.  The SL2 project does not convert correclty because of differences in Referenced dll files.</description> <content:encoded><![CDATA[<p>I had problems with the SL3 implementation of this.  I took me a while to figure out that you must have the EndpointAddress exactly match what appears when your run the service in the browser.</p><p>Look at the ServiceReferences.ClientConfig after you add the Service Reference on the client.  The client code behind endpointaddress must match this.</p><p>In all of the SL2 examples I have seen the web project name has been in the endpointaddress between the host nmae and the service name.  I don&#39;t know if this is a mistake in the examples or a change in the way SL3 adds Service References.</p><p>After many frustrating break points I saw the error.  Other than that, the SL2 example worked perfectly with SL3.</p><p>Note:  just copy the code to SL3.  The SL2 project does not convert correclty because of differences in Referenced dll files.</p> ]]></content:encoded> </item> <item><title>By: Jeremiah</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-5658</link> <dc:creator>Jeremiah</dc:creator> <pubDate>Wed, 05 Aug 2009 22:04:34 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-5658</guid> <description>alrighty then.....
once again thank very much for posting this, i got it all worked out. Stupid is what Stupid does...
For future users:
Be careful about changing the project name.
Silverlight project should be &quot;ASP.NET web site&quot; and not a &quot;ASP.NET web application&quot;.
When you add the reference to service reference MailServ be sure to name it &quot;Proxy&quot; not SendMail.</description> <content:encoded><![CDATA[<p>alrighty then&#8230;..<br
/> once again thank very much for posting this, i got it all worked out. Stupid is what Stupid does&#8230;<br
/> For future users:<br
/> Be careful about changing the project name.<br
/> Silverlight project should be &#8220;ASP.NET web site&#8221; and not a &#8220;ASP.NET web application&#8221;.<br
/> When you add the reference to service reference MailServ be sure to name it &#8220;Proxy&#8221; not SendMail.</p> ]]></content:encoded> </item> <item><title>By: Jeremiah</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-5655</link> <dc:creator>Jeremiah</dc:creator> <pubDate>Wed, 05 Aug 2009 20:43:26 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-5655</guid> <description>ok, i think i almost got it, second time around i created a project not named SendMail, now for the third attempt named project SendMail, now i&#039;m getting error in the Reference.cs and i think it has to do with i put in
[WebService(Namespace = &quot;http://kortexlistings.com/&quot;)]
MailServ.cs file but i&#039;m running local for now. I changed to local host:
[WebService(Namespace = &quot;localhost/&quot;)]
i deleted service reference and added it again but still getting error in Reference.cs and it seems to still be pointed to old, Action=&quot;http://www.kortexlistings.com/Send&quot;</description> <content:encoded><![CDATA[<p>ok, i think i almost got it, second time around i created a project not named SendMail, now for the third attempt named project SendMail, now i&#8217;m getting error in the Reference.cs and i think it has to do with i put in<br
/> [WebService(Namespace = "http://kortexlistings.com/")]<br
/> MailServ.cs file but i&#8217;m running local for now. I changed to local host:<br
/> [WebService(Namespace = "localhost/")]<br
/> i deleted service reference and added it again but still getting error in Reference.cs and it seems to still be pointed to old, Action=&#8221;http://www.kortexlistings.com/Send&#8221;</p> ]]></content:encoded> </item> <item><title>By: Jeremiah</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-5654</link> <dc:creator>Jeremiah</dc:creator> <pubDate>Wed, 05 Aug 2009 20:17:57 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-5654</guid> <description>c# i recreated project and was app to add name space, think it had to do with the first time i created a silver light app, not silver light web. Now i just have one last hurdle... On the Page.xaml.cs i&#039;m getting error, BasicHttpBinding bind = new BasicHttpBinding(), i get cannot find name space. I&#039;ve add a serverice reference to web service SendMail, do i need to add another reference? It&#039;s also saying cannot find SendMail namespace. Than you for the help!!!</description> <content:encoded><![CDATA[<p>c# i recreated project and was app to add name space, think it had to do with the first time i created a silver light app, not silver light web. Now i just have one last hurdle&#8230; On the Page.xaml.cs i&#8217;m getting error, BasicHttpBinding bind = new BasicHttpBinding(), i get cannot find name space. I&#8217;ve add a serverice reference to web service SendMail, do i need to add another reference? It&#8217;s also saying cannot find SendMail namespace. Than you for the help!!!</p> ]]></content:encoded> </item> <item><title>By: John L</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-5649</link> <dc:creator>John L</dc:creator> <pubDate>Wed, 05 Aug 2009 14:48:44 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-5649</guid> <description>Jeremiah
are you using c# or vb?</description> <content:encoded><![CDATA[<p>Jeremiah<br
/> are you using c# or vb?</p> ]]></content:encoded> </item> <item><title>By: Jeremiah</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-5632</link> <dc:creator>Jeremiah</dc:creator> <pubDate>Tue, 04 Aug 2009 22:27:23 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-5632</guid> <description>Thanx for posting this but i am having issues adding a reference to system.net.mail ?</description> <content:encoded><![CDATA[<p>Thanx for posting this but i am having issues adding a reference to system.net.mail ?</p> ]]></content:encoded> </item> <item><title>By: John L</title><link>http://www.redmondpie.com/developing-an-email-application-using-silverlight-2-beta-2/comment-page-1/#comment-5578</link> <dc:creator>John L</dc:creator> <pubDate>Mon, 03 Aug 2009 12:45:20 +0000</pubDate> <guid
isPermaLink="false">http://www.redmondpie.com/?p=518#comment-5578</guid> <description>Jose,
i have been having the same problem ... please post if you find an answer, and i will do the same. thanks.</description> <content:encoded><![CDATA[<p>Jose,<br
/> i have been having the same problem &#8230; please post if you find an answer, and i will do the same. thanks.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 7/21 queries in 0.034 seconds using disk

Served from: redmondpie.com @ 2010-03-10 22:17:57 -->