<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>adonetsamples Forum Rss Feed</title><link>http://www.codeplex.com/adonetsamples/Thread/List.aspx</link><description>adonetsamples Forum Rss Description</description><item><title>New Post: Serialize attributes of object's properties through Asp WebService</title><link>http://adonetsamples.codeplex.com/Thread/View.aspx?ThreadId=224065</link><description>&lt;div style="line-height: normal;"&gt;Hi all,
I'm developing a Win form application with Client-Server model.
At server, I used a ASP Web Service, and at Client, I called the server through a Web Service Preference.
I created all object on Server and serialize them to Client, but I only serialized their properties with out their attribute.
Example:
I created an object on server:

[Serialize()]
public class Customer
{
        public Customer()
        {
        }

        [BrowsableAttribute(false)]
        public int Id {get; set;}

        [CategoryAttribute (&amp;quot;Customer infomation&amp;quot;)]
        [DescriptionAttribute (&amp;quot;Id of customer&amp;quot;)]
        public int CustomerId {get; set;}

        [CategoryAttribute (&amp;quot;Customer infomation&amp;quot;)]
        [DescriptionAttribute (&amp;quot;Name of customer&amp;quot;)]
        public string CustomerName {get; set;}
}

After I serialized Customer object to Client, it's has only properties without attributes of it's properties as behind:

[Serialize()]
public class Customer()
{
        public Customer()
        {
        }

        public int Id {get; set;}

        public int CustomerId {get; set;}

        public string CustomerName {get; set;}
}

Please help me!
Thanks! &lt;/div&gt;</description><author>nktt3514</author><pubDate>Thu, 19 Aug 2010 08:58:22 GMT</pubDate><guid isPermaLink="false">New Post: Serialize attributes of object's properties through Asp WebService 20100819085822A</guid></item><item><title>New Post: errors in runing samples</title><link>http://adonetsamples.codeplex.com/Thread/View.aspx?ThreadId=64538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hi, im getting following errors while trying to build/run the samples. please help me to fix this issue. thanks&lt;/p&gt;
&lt;p&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;Error 5: The required attribute 'Provider' is missing.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.edmx&amp;nbsp;&amp;nbsp; &amp;nbsp;109&amp;nbsp;&amp;nbsp; &amp;nbsp;7&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;208&amp;nbsp;&amp;nbsp; &amp;nbsp;35&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;5&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;231&amp;nbsp;&amp;nbsp; &amp;nbsp;34&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;6&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;254&amp;nbsp;&amp;nbsp; &amp;nbsp;35&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;7&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;300&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;8&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;323&amp;nbsp;&amp;nbsp; &amp;nbsp;40&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;9&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;346&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;10&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;469&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;11&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;636&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;12&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;803&amp;nbsp;&amp;nbsp; &amp;nbsp;30&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;13&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for method 'System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T, T, string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp; &amp;nbsp;826&amp;nbsp;&amp;nbsp; &amp;nbsp;32&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Warning&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;The element 'Designer' in namespace 'http://schemas.microsoft.com/ado/2007/06/edmx' has invalid child element 'ReverseEngineer' in namespace 'http://schemas.microsoft.com/ado/2007/06/edmx'. List of possible elements expected: 'Diagrams' in namespace 'http://schemas.microsoft.com/ado/2007/06/edmx'.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\ERP Architecture\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.edmx&amp;nbsp;&amp;nbsp; &amp;nbsp;14&amp;nbsp;&amp;nbsp; &amp;nbsp;6&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br&gt;Warning&amp;nbsp;&amp;nbsp; &amp;nbsp;2&amp;nbsp;&amp;nbsp; &amp;nbsp;The required attribute 'Provider' is missing.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.edmx&amp;nbsp;&amp;nbsp; &amp;nbsp;109&amp;nbsp;&amp;nbsp; &amp;nbsp;8&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;/p&gt;&lt;/div&gt;</description><author>asifkalim</author><pubDate>Wed, 05 Aug 2009 12:01:14 GMT</pubDate><guid isPermaLink="false">New Post: errors in runing samples 20090805120114P</guid></item><item><title>New Post: Problems working with Samples Beta 3</title><link>http://www.codeplex.com/adonetsamples/Thread/View.aspx?ThreadId=29910</link><description>&lt;div style="line-height: normal;"&gt;&lt;a href="http://code.msdn.microsoft.com/adonetefx/"&gt;http://code.msdn.microsoft.com/adonetefx/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Hope it helps. &lt;br&gt;
&lt;br&gt;
&lt;br&gt;

&lt;/div&gt;</description><author>fatihsever</author><pubDate>Sat, 20 Dec 2008 20:20:21 GMT</pubDate><guid isPermaLink="false">New Post: Problems working with Samples Beta 3 20081220082021P</guid></item><item><title>New Post: Problems working with Samples Beta 3</title><link>http://www.codeplex.com/adonetsamples/Thread/View.aspx?ThreadId=29910</link><description>&lt;div style="line-height: normal;"&gt;I have installed Visual Studio 2008 SP1 and .NET framework 3.5 SP1 in my machine recently.&lt;br&gt;
I tried to setup the samples Beta 3 and it giving me a lot of errors which i tried to solve it one by one.&lt;br&gt;
But, in the end i still unable to get it run. &lt;br&gt;
&lt;br&gt;
Anyone can help to assists me on this?&lt;br&gt;
&lt;/div&gt;</description><author>jocelynn</author><pubDate>Thu, 19 Jun 2008 04:09:36 GMT</pubDate><guid isPermaLink="false">New Post: Problems working with Samples Beta 3 20080619040936A</guid></item><item><title>New Post: ADO.NET Entity Framework Released</title><link>http://www.codeplex.com/adonetsamples/Thread/View.aspx?ThreadId=29770</link><description>&lt;div style="line-height: normal;"&gt;The Beta 3 released is the latest released version?&lt;br&gt;
Is there any new release than Beta 3?&lt;br&gt;
May I know when is the target date to release RTM version?&lt;br&gt;
&lt;br&gt;
Please advice
&lt;/div&gt;</description><author>jocelynn</author><pubDate>Tue, 17 Jun 2008 08:23:59 GMT</pubDate><guid isPermaLink="false">New Post: ADO.NET Entity Framework Released 20080617082359A</guid></item><item><title>NEW POST: Any samples for Entity Framework beta 1 are coming?</title><link>http://www.codeplex.com/adonetsamples/Thread/View.aspx?ThreadId=27875</link><description>&lt;div style="line-height: normal;"&gt;Any samples for Entity Framework beta 1 are coming? 
&lt;/div&gt;</description><author>miksh</author><pubDate>Fri, 16 May 2008 16:08:04 GMT</pubDate><guid isPermaLink="false">NEW POST: Any samples for Entity Framework beta 1 are coming? 20080516040804P</guid></item><item><title>NEW POST: esql blast suggestion</title><link>http://www.codeplex.com/adonetsamples/Thread/View.aspx?ThreadId=22992</link><description>&lt;div class="wikidoc"&gt;
Zlatko&lt;br /&gt;Next time you are tweaking this great tool, I have a suggestion.&lt;br /&gt; &lt;br /&gt;If it would be possible to save settings so that I don't have to entier the connection string, path to the model files, etc. every time that would be great.&lt;br /&gt; &lt;br /&gt;If it only just remembered the latest, that would be a big help.&lt;br /&gt; &lt;br /&gt;If if could actually store multiple settings so you could retrieve them on demand that would be awesome.&lt;br /&gt; &lt;br /&gt;You know... in your FREE time! :-)&lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt; &lt;br /&gt;Julie&lt;br /&gt;
&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Wed, 27 Feb 2008 22:21:34 GMT</pubDate><guid isPermaLink="false">NEW POST: esql blast suggestion 20080227102134P</guid></item><item><title>NEW POST: Great Setup</title><link>http://www.codeplex.com/adonetsamples/Thread/View.aspx?ThreadId=14754</link><description>&lt;div class="wikidoc"&gt;
I love how easy it was to get started with the sample, and to be able to extend the sample with my own sandbox work by inheriting SampleHarness and coding my own sample methods.  Under 2 minutes to get started -- &lt;i&gt;&lt;b&gt;much&lt;/b&gt; awesome&lt;/i&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bp_qwerty</author><pubDate>Wed, 05 Sep 2007 23:12:32 GMT</pubDate><guid isPermaLink="false">NEW POST: Great Setup 20070905111232P</guid></item></channel></rss>