<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>WCF Data Services 5.0.2-rc Prerelease</title><link>http://blogs.msdn.com/b/astoriateam/archive/2012/08/15/wcf-data-services-5-0-2-rc-prerelease.aspx</link><description>We’re happy to announce that we’re ready for another public RC that includes a whole bunch of bug fixes. What is in the prerelease This prerelease contains a number of bug fixes: Fixes NuGet packages to have explicit version dependencies Fixes a bug where</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: WCF Data Services 5.0.2-rc Prerelease</title><link>http://blogs.msdn.com/b/astoriateam/archive/2012/08/15/wcf-data-services-5-0-2-rc-prerelease.aspx#10353947</link><pubDate>Thu, 27 Sep 2012 23:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10353947</guid><dc:creator>Matt Meehan - MSFT</dc:creator><description>&lt;p&gt;@Pavel: First, see this blog post for information on how to get verbose errors: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/phaniraj/archive/2008/06/18/debugging-ado-net-data-services.aspx"&gt;blogs.msdn.com/.../debugging-ado-net-data-services.aspx&lt;/a&gt;. By default, error information is not written out in production code for security reasons.&lt;/p&gt;
&lt;p&gt;The most common reason for problems with [DataServiceKey] is that the classes using it are defined in a seperate assembly which is still referring to an older version of WCF Data Services. Please make sure you update ALL references when upgrading. That said, if you are still having problems, please post something on our forums so we can investigate further.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10353947" width="1" height="1"&gt;</description></item><item><title>re: WCF Data Services 5.0.2-rc Prerelease</title><link>http://blogs.msdn.com/b/astoriateam/archive/2012/08/15/wcf-data-services-5-0-2-rc-prerelease.aspx#10349079</link><pubDate>Thu, 13 Sep 2012 14:04:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10349079</guid><dc:creator>Pavel Korsukov</dc:creator><description>&lt;p&gt;I have found a bug in the prerelease. It seems that DataServiceKey for ID field is hardcoded. What I have done: &lt;/p&gt;
&lt;p&gt;1. Wrote some code from sample &lt;a rel="nofollow" target="_new" href="http://www.codeproject.com/Articles/135490/Advanced-using-OData-in-NET-WCF-Data-Services"&gt;www.codeproject.com/.../Advanced-using-OData-in-NET-WCF-Data-Services&lt;/a&gt; (under header Exposing another Data Model)&lt;/p&gt;
&lt;p&gt;2. Changed ID field name to something another&lt;/p&gt;
&lt;p&gt;[DataServiceKey(&amp;quot;Name&amp;quot;)]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;public class ProcessModel&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// &amp;lt;summary&amp;gt;Name of the process.&amp;lt;/summary&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public string Name { get; set; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// &amp;lt;summary&amp;gt;Process ID.&amp;lt;/summary&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public int ID_sample { get; set; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;3. This is it! Service fails with unexpected error. No error details as always.&lt;/p&gt;
&lt;p&gt;In my project I have rolled back to version 5.0.&lt;/p&gt;
&lt;p&gt;Could you please fix this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10349079" width="1" height="1"&gt;</description></item><item><title>re: WCF Data Services 5.0.2-rc Prerelease</title><link>http://blogs.msdn.com/b/astoriateam/archive/2012/08/15/wcf-data-services-5-0-2-rc-prerelease.aspx#10341146</link><pubDate>Fri, 17 Aug 2012 21:30:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341146</guid><dc:creator>Matt Meehan</dc:creator><description>&lt;p&gt;Sorry, only the issues listed in the body of the post are fixed in this release. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341146" width="1" height="1"&gt;</description></item><item><title>re: WCF Data Services 5.0.2-rc Prerelease</title><link>http://blogs.msdn.com/b/astoriateam/archive/2012/08/15/wcf-data-services-5-0-2-rc-prerelease.aspx#10340268</link><pubDate>Thu, 16 Aug 2012 02:22:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10340268</guid><dc:creator>Woland</dc:creator><description>&lt;p&gt;was this fixed?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataservices/thread/85755525-38c2-4b89-9911-0f457cdf7442"&gt;social.msdn.microsoft.com/.../85755525-38c2-4b89-9911-0f457cdf7442&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10340268" width="1" height="1"&gt;</description></item></channel></rss>