<?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: Uploading with Silveright 2 Beta 1 and WCF</title>
	<atom:link href="http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf</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: Kumar</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-186902</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-186902</guid>
		<description>the above blog mentioned 2 config 
1. web.config 
2. ServiceReferences.ClientConfig (we have it in XAML silverligt)

where web.config will be available 
it is WCF web.config or how?</description>
		<content:encoded><![CDATA[<p>the above blog mentioned 2 config<br />
1. web.config<br />
2. ServiceReferences.ClientConfig (we have it in XAML silverligt)</p>
<p>where web.config will be available<br />
it is WCF web.config or how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aki</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-185739</link>
		<dc:creator>Aki</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-185739</guid>
		<description>ive tried ur solution but have errors..

&#039;System.Windows.Controls.OpenFileDialog&#039; does not contain a definition for &#039;SelectedFile&#039; and no extension method &#039;SelectedFile&#039; accepting a first argument of type &#039;System.Windows.Controls.OpenFileDialog&#039; could be found (are you missing a using directive or an assembly reference?)	D:\Upload\SilverlightClient\Page.xaml.cs

&#039;System.Windows.Controls.DialogResult&#039; is inaccessible due to its protection level	D:\Upload\SilverlightClient\Page.xaml.cs

&#039;System.Windows.Controls.OpenFileDialog&#039; does not contain a definition for &#039;EnableMultipleSelection&#039; and no extension method &#039;EnableMultipleSelection&#039; accepting a first argument of type &#039;System.Windows.Controls.OpenFileDialog&#039; could be found (are you missing a using directive or an assembly reference?)	D:\Upload\SilverlightClient\Page.xaml.cs

The name &#039;DialogResult&#039; does not exist in the current context	D:\Upload\SilverlightClient\Page.xaml.cs

&#039;System.Windows.Controls.OpenFileDialog&#039; does not contain a definition for &#039;Dispose&#039; and no extension method &#039;Dispose&#039; accepting a first argument of type &#039;System.Windows.Controls.OpenFileDialog&#039; could be found (are you missing a using directive or an assembly reference?)	D:\Upload\SilverlightClient\Page.xaml.cs</description>
		<content:encoded><![CDATA[<p>ive tried ur solution but have errors..</p>
<p>&#8216;System.Windows.Controls.OpenFileDialog&#8217; does not contain a definition for &#8216;SelectedFile&#8217; and no extension method &#8216;SelectedFile&#8217; accepting a first argument of type &#8216;System.Windows.Controls.OpenFileDialog&#8217; could be found (are you missing a using directive or an assembly reference?)	D:\Upload\SilverlightClient\Page.xaml.cs</p>
<p>&#8216;System.Windows.Controls.DialogResult&#8217; is inaccessible due to its protection level	D:\Upload\SilverlightClient\Page.xaml.cs</p>
<p>&#8216;System.Windows.Controls.OpenFileDialog&#8217; does not contain a definition for &#8216;EnableMultipleSelection&#8217; and no extension method &#8216;EnableMultipleSelection&#8217; accepting a first argument of type &#8216;System.Windows.Controls.OpenFileDialog&#8217; could be found (are you missing a using directive or an assembly reference?)	D:\Upload\SilverlightClient\Page.xaml.cs</p>
<p>The name &#8216;DialogResult&#8217; does not exist in the current context	D:\Upload\SilverlightClient\Page.xaml.cs</p>
<p>&#8216;System.Windows.Controls.OpenFileDialog&#8217; does not contain a definition for &#8216;Dispose&#8217; and no extension method &#8216;Dispose&#8217; accepting a first argument of type &#8216;System.Windows.Controls.OpenFileDialog&#8217; could be found (are you missing a using directive or an assembly reference?)	D:\Upload\SilverlightClient\Page.xaml.cs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirag Patel</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-163625</link>
		<dc:creator>Chirag Patel</dc:creator>
		<pubDate>Mon, 13 Apr 2009 20:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-163625</guid>
		<description>Very nice sample project. It help a lot. I just added clientaccesspolicy.xml to WCF service project and key value of FileUploadLocation in web.config changed to value=&quot;/UploadedFiles/&quot;.

It is working fine for me.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Very nice sample project. It help a lot. I just added clientaccesspolicy.xml to WCF service project and key value of FileUploadLocation in web.config changed to value=&#8221;/UploadedFiles/&#8221;.</p>
<p>It is working fine for me.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-134464</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-134464</guid>
		<description>

         


PLEASE FORMAT AND REMOVE SPACES.... I AM NOT ABLE TO PASTE THE xml :)</description>
		<content:encoded><![CDATA[<p>PLEASE FORMAT AND REMOVE SPACES&#8230;. I AM NOT ABLE TO PASTE THE xml :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-134463</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-134463</guid>
		<description>[code]

         
[/code]</description>
		<content:encoded><![CDATA[<p>[code]</p>
<p>[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-134462</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-134462</guid>
		<description>Sunny and Arnt fix the cross domain error... do this.

1. Keep the reference as it is, no need to use local port
2. Go to your webroot (mine is C:\inetpub\wwwroot\)
3. Create a xml file: crossdomain.xml here with following contents:



         


Now the upload should work....</description>
		<content:encoded><![CDATA[<p>Sunny and Arnt fix the cross domain error&#8230; do this.</p>
<p>1. Keep the reference as it is, no need to use local port<br />
2. Go to your webroot (mine is C:\inetpub\wwwroot\)<br />
3. Create a xml file: crossdomain.xml here with following contents:</p>
<p>Now the upload should work&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fallen888</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-122990</link>
		<dc:creator>fallen888</dc:creator>
		<pubDate>Wed, 19 Nov 2008 12:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-122990</guid>
		<description>Just wanted to say thank you.  This article really helped me save a lot of time and the few pieces of hair I have left.  I had the size limit and the 404 issues that this article addressed perfectly!</description>
		<content:encoded><![CDATA[<p>Just wanted to say thank you.  This article really helped me save a lot of time and the few pieces of hair I have left.  I had the size limit and the 404 issues that this article addressed perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Júlio Flávio</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-109832</link>
		<dc:creator>Júlio Flávio</dc:creator>
		<pubDate>Mon, 29 Sep 2008 15:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-109832</guid>
		<description>I had also some file size issues. Besides the changes in MaxBufferSize and MaxReceivedMessageSize, I added in the server web.config:

In the tag _system.web_:
  (2097151 = 2GB This is the maximum value allowed)
  _httpRuntime maxRequestLength=&quot;2097151&quot; /_</description>
		<content:encoded><![CDATA[<p>I had also some file size issues. Besides the changes in MaxBufferSize and MaxReceivedMessageSize, I added in the server web.config:</p>
<p>In the tag _system.web_:<br />
  (2097151 = 2GB This is the maximum value allowed)<br />
  _httpRuntime maxRequestLength=&#8221;2097151&#8243; /_</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Júlio Flávio</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-109831</link>
		<dc:creator>Júlio Flávio</dc:creator>
		<pubDate>Mon, 29 Sep 2008 15:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-109831</guid>
		<description>I had also some file size issues. Besides the changes in MaxBufferSize and MaxReceivedMessageSize, I added in the server web.config:

In the tag :
  &lt;!--2097151 = 2GB This is the maximum value allowed--&gt;
  </description>
		<content:encoded><![CDATA[<p>I had also some file size issues. Besides the changes in MaxBufferSize and MaxReceivedMessageSize, I added in the server web.config:</p>
<p>In the tag :<br />
  <!--2097151 = 2GB This is the maximum value allowed--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tw3</title>
		<link>http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf/comment-page-1#comment-106305</link>
		<dc:creator>tw3</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/27/uploading-with-silveright-2-beta-1-and-wcf#comment-106305</guid>
		<description>previous post stripped the xml

web.config

binding name=&quot;ServicesBinding&quot; maxReceivedMessageSize=&quot;2147483647&quot; maxBufferSize=&quot;2147483647&quot;
readerQuotas maxDepth=&quot;2147483647&quot; maxStringContentLength=&quot;2147483647&quot; maxArrayLength=&quot;2147483647&quot; maxBytesPerRead=&quot;2147483647&quot; maxNameTableCharCount=&quot;2147483647&quot; 

ServiceReferences.ClientConfig

binding name=&quot;BasicHttpBinding_UploadService&quot; maxBufferSize=&quot;2147483647&quot; maxReceivedMessageSize=&quot;2147483647&quot;</description>
		<content:encoded><![CDATA[<p>previous post stripped the xml</p>
<p>web.config</p>
<p>binding name=&#8221;ServicesBinding&#8221; maxReceivedMessageSize=&#8221;2147483647&#8243; maxBufferSize=&#8221;2147483647&#8243;<br />
readerQuotas maxDepth=&#8221;2147483647&#8243; maxStringContentLength=&#8221;2147483647&#8243; maxArrayLength=&#8221;2147483647&#8243; maxBytesPerRead=&#8221;2147483647&#8243; maxNameTableCharCount=&#8221;2147483647&#8243; </p>
<p>ServiceReferences.ClientConfig</p>
<p>binding name=&#8221;BasicHttpBinding_UploadService&#8221; maxBufferSize=&#8221;2147483647&#8243; maxReceivedMessageSize=&#8221;2147483647&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
