<?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: CRUD operations in Siverlight using ADO.NET Data Service</title>
	<atom:link href="http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service</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: lance</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-194428</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Tue, 01 Sep 2009 22:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-194428</guid>
		<description>_serviceUriString is not defined in my project, what should it equal and where should it be defined?</description>
		<content:encoded><![CDATA[<p>_serviceUriString is not defined in my project, what should it equal and where should it be defined?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jelana</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-152719</link>
		<dc:creator>Jelana</dc:creator>
		<pubDate>Sat, 14 Mar 2009 11:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-152719</guid>
		<description>Best about CRUD and Silverlight i found !!! thanks</description>
		<content:encoded><![CDATA[<p>Best about CRUD and Silverlight i found !!! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-140600</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Thu, 05 Feb 2009 22:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-140600</guid>
		<description>Hi Micheal, 
This is great article. We have created the ADO.NET Data Services for couple of our tables. For one of our table I get following error. I am assuming this is because of response size. Have you ever encountered this sort of issue?
Please let us know.

Thanks
Rakesh

{System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: feed. Line 6757, position 7.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg)
   at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()
   at System.Xml.XmlTextReaderImpl.ParseEndElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Data.Services.Client.MaterializeAtom.MoveNext()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Linq.SystemCore_EnumerableDebugView`1.get_Items()}</description>
		<content:encoded><![CDATA[<p>Hi Micheal,<br />
This is great article. We have created the ADO.NET Data Services for couple of our tables. For one of our table I get following error. I am assuming this is because of response size. Have you ever encountered this sort of issue?<br />
Please let us know.</p>
<p>Thanks<br />
Rakesh</p>
<p>{System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: feed. Line 6757, position 7.<br />
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)<br />
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)<br />
   at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg)<br />
   at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()<br />
   at System.Xml.XmlTextReaderImpl.ParseEndElement()<br />
   at System.Xml.XmlTextReaderImpl.ParseElementContent()<br />
   at System.Xml.XmlTextReaderImpl.Read()<br />
   at System.Data.Services.Client.MaterializeAtom.MoveNext()<br />
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()<br />
   at System.Linq.SystemCore_EnumerableDebugView`1.get_Items()}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SilverlightFan</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-124993</link>
		<dc:creator>SilverlightFan</dc:creator>
		<pubDate>Sat, 29 Nov 2008 06:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-124993</guid>
		<description>Did you ever get this to work with *shipping* products? There doesn&#039;t seem to be a single working RTM example of a Silverlight form creating or updating real data!

Microsoft has done a real poor job on documenting this stuff.</description>
		<content:encoded><![CDATA[<p>Did you ever get this to work with *shipping* products? There doesn&#8217;t seem to be a single working RTM example of a Silverlight form creating or updating real data!</p>
<p>Microsoft has done a real poor job on documenting this stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync &#187; ADO.NET Data Service (Astoria) in Silverlight 2 (beta1)</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-45994</link>
		<dc:creator>Michael Sync &#187; ADO.NET Data Service (Astoria) in Silverlight 2 (beta1)</dc:creator>
		<pubDate>Sun, 16 Mar 2008 14:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-45994</guid>
		<description>[...] I wrote a few articles about how to use Astoria in Silverlight 1.1 Alpha here and here, desopedr (one of my reader of my blog) and a few friends asked me how to use Astoria in [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote a few articles about how to use Astoria in Silverlight 1.1 Alpha here and here, desopedr (one of my reader of my blog) and a few friends asked me how to use Astoria in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync &#187; Silverlight 2 (beta1) - Database Operations with ASP.NET Web Service in Silverlight 2</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-45847</link>
		<dc:creator>Michael Sync &#187; Silverlight 2 (beta1) - Database Operations with ASP.NET Web Service in Silverlight 2</dc:creator>
		<pubDate>Sat, 15 Mar 2008 17:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-45847</guid>
		<description>[...] CRUD operations in Siverlight 1.1 (Alpha) using ADO.NET Data Service [...]</description>
		<content:encoded><![CDATA[<p>[...] CRUD operations in Siverlight 1.1 (Alpha) using ADO.NET Data Service [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-44602</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Sun, 09 Mar 2008 03:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-44602</guid>
		<description>Hello Mark,

I saw your comment in my blog. Sorry for late reply. I was busy with finding the solution for some people&#039;s problems from Silverlight forum. and also, I&#039;m learning new feature of SL2 too.

Yes. I&#039;m trying to create one sample for you with Silverlight 2 but the problem is that I&#039;m not able to add Microsoft.Data.WebClient.dll in Silverlight 2 project. As other said, Microsoft.Data.WebClient.dll is not compatible with Silverlight 2. So, we are gonna need to wait a lit. I will update my sample as soon as I got the updated version of MS.Data.WebClient and I will contact you at that time.</description>
		<content:encoded><![CDATA[<p>Hello Mark,</p>
<p>I saw your comment in my blog. Sorry for late reply. I was busy with finding the solution for some people&#8217;s problems from Silverlight forum. and also, I&#8217;m learning new feature of SL2 too.</p>
<p>Yes. I&#8217;m trying to create one sample for you with Silverlight 2 but the problem is that I&#8217;m not able to add Microsoft.Data.WebClient.dll in Silverlight 2 project. As other said, Microsoft.Data.WebClient.dll is not compatible with Silverlight 2. So, we are gonna need to wait a lit. I will update my sample as soon as I got the updated version of MS.Data.WebClient and I will contact you at that time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Easton</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-44432</link>
		<dc:creator>Mark Easton</dc:creator>
		<pubDate>Sat, 08 Mar 2008 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-44432</guid>
		<description>Hi

Excellent tutorial.
I am trying to get it to work in Silverlight 2 but no success. Proxy classes created by WebGen seem to have a lot of problems. Can you point me in the right direction?

I also tried to add a web reference and it discovered the service but gave an error when I tried to add it. It seemed as if it needed the service to be running to successfully add it, but if I had it running the &#039;Add Web Referece&#039; menu option was greyed out

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Excellent tutorial.<br />
I am trying to get it to work in Silverlight 2 but no success. Proxy classes created by WebGen seem to have a lot of problems. Can you point me in the right direction?</p>
<p>I also tried to add a web reference and it discovered the service but gave an error when I tried to add it. It seemed as if it needed the service to be running to successfully add it, but if I had it running the &#8216;Add Web Referece&#8217; menu option was greyed out</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riaz Afridi</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-41107</link>
		<dc:creator>Riaz Afridi</dc:creator>
		<pubDate>Thu, 21 Feb 2008 06:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-41107</guid>
		<description>Im trying to generate the proxy class usingWebDataGen.exe 

C:\Program Files\Microsoft ASP.NET 3.5 Exten
ssGeneration /outobjectlayer:Products.cs /urice1.svc
Microsoft (R) WebDataGen version 3.5.0.0
Copyright (C) Microsoft Corporation 2007. Al

Writing object layer file...
error 7001: Value cannot be null.
Parameter name: key

Generation Complete -- 1 errors, 0 warnings</description>
		<content:encoded><![CDATA[<p>Im trying to generate the proxy class usingWebDataGen.exe </p>
<p>C:\Program Files\Microsoft ASP.NET 3.5 Exten<br />
ssGeneration /outobjectlayer:Products.cs /urice1.svc<br />
Microsoft (R) WebDataGen version 3.5.0.0<br />
Copyright (C) Microsoft Corporation 2007. Al</p>
<p>Writing object layer file&#8230;<br />
error 7001: Value cannot be null.<br />
Parameter name: key</p>
<p>Generation Complete &#8212; 1 errors, 0 warnings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Daily Bits - February 14, 2008 Alvin Ashcraft&#8217;s Daily Geek Bits: Daily links, development, gadgets and raising rugrats.</title>
		<link>http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service/comment-page-1#comment-39561</link>
		<dc:creator>&#187; Daily Bits - February 14, 2008 Alvin Ashcraft&#8217;s Daily Geek Bits: Daily links, development, gadgets and raising rugrats.</dc:creator>
		<pubDate>Thu, 14 Feb 2008 14:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/02/10/crud-operations-in-siverlight-using-adonet-data-service#comment-39561</guid>
		<description>[...] CRUD Operations in Silverlight Using ADO.NET Data Service (Michael Sync) [...]</description>
		<content:encoded><![CDATA[<p>[...] CRUD Operations in Silverlight Using ADO.NET Data Service (Michael Sync) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
