<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Kevin McNeish [C# and .NET]</title><link>http://msmvps.com/blogs/kevinmcneish/default.aspx</link><description>The Blog</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Silverlight 4 101: Debugging WCF RIA Services</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/11/19/silverlight-4-101-debugging-wcf-ria-services.aspx</link><pubDate>Fri, 19 Nov 2010 21:26:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1782638</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1782638</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/11/19/silverlight-4-101-debugging-wcf-ria-services.aspx#comments</comments><description>By default, he error messages that are generated from WCF RIA Services are less than useful. They are often generic messages that do little to help you understand the root of the problem. Fortunately, there is a great tool, called Fiddler ( http://www...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/11/19/silverlight-4-101-debugging-wcf-ria-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1782638" width="1" height="1"&gt;</description></item><item><title>Getting your Silverlight Assemblies to Appear in the VS 2010 Add References Dialog</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/11/16/getting-your-silverlight-assemblies-to-appear-in-the-vs-2010-add-references-dialog.aspx</link><pubDate>Tue, 16 Nov 2010 16:07:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1782413</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1782413</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/11/16/getting-your-silverlight-assemblies-to-appear-in-the-vs-2010-add-references-dialog.aspx#comments</comments><description>If you are creating custom Silverlight assemblies you want to reference from multiple projects, it&amp;#39;s great for those assemblies to appear in Visual Studio&amp;#39;s Add References dialog. It&amp;#39;s easy to do this, although I didn&amp;#39;t see documentation...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/11/16/getting-your-silverlight-assemblies-to-appear-in-the-vs-2010-add-references-dialog.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1782413" width="1" height="1"&gt;</description></item><item><title>Getting a project's GUID</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/11/08/getting-a-project-s-guid.aspx</link><pubDate>Mon, 08 Nov 2010 17:08:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1781867</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1781867</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/11/08/getting-a-project-s-guid.aspx#comments</comments><description>OK, this was much harder than it should have been. I was in the process of creating my own custom Silverlight project templates (I don&amp;#39;t consider the default template usable since it requires you to put your business entities in the host web project...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/11/08/getting-a-project-s-guid.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1781867" width="1" height="1"&gt;</description></item><item><title>Multi-Project Visual Studio Template Tricks</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/09/22/multi-project-visual-studio-template-tricks.aspx</link><pubDate>Wed, 22 Sep 2010 14:09:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1778560</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1778560</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/09/22/multi-project-visual-studio-template-tricks.aspx#comments</comments><description>I&amp;#39;ve been knee-deep in Visual Studio project and item templates since the first version of Visual Studio, but this was the first time I needed to create a template that added multiple projects to a single solution...specifically, I wanted to create...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/09/22/multi-project-visual-studio-template-tricks.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1778560" width="1" height="1"&gt;</description></item><item><title>Why do I get a TypeLoadException when moving my project to .NET 4?</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/08/25/why-do-i-get-a-typeloadexception-when-moving-my-project-to-net-4.aspx</link><pubDate>Wed, 25 Aug 2010 18:38:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1776610</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1776610</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/08/25/why-do-i-get-a-typeloadexception-when-moving-my-project-to-net-4.aspx#comments</comments><description>There have been some security changes in the .NET 4.0 Framework, so when moving a project to .NET 4.0 you may get the following exception: TypeLoadException - Derived Types must either match the security accessibility of the base type or be less accessible...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/08/25/why-do-i-get-a-typeloadexception-when-moving-my-project-to-net-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1776610" width="1" height="1"&gt;</description></item><item><title>Silverlight 4 101: Using Silverlight Assemblies in your non-Silverlight Projects</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/05/28/silverlight-4-101-using-silverlight-assemblies-in-your-non-silverlight-projects.aspx</link><pubDate>Fri, 28 May 2010 14:04:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1770390</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1770390</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/05/28/silverlight-4-101-using-silverlight-assemblies-in-your-non-silverlight-projects.aspx#comments</comments><description>If you&amp;#39;re like me, you have been coding in .NET for a long time (for me, pre-version 1.0) and you have many libraries containing classes you would like to reuse in your Silverlight applications. However, if you try to reference a non-Silverlight assembly...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/05/28/silverlight-4-101-using-silverlight-assemblies-in-your-non-silverlight-projects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1770390" width="1" height="1"&gt;</description></item><item><title>Silverlight 4 101: Silverlight Project Templates</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/05/19/silverlight-4-101-silverlight-project-templates.aspx</link><pubDate>Wed, 19 May 2010 10:46:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1765837</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1765837</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/05/19/silverlight-4-101-silverlight-project-templates.aspx#comments</comments><description>In Silverlight 4 with Visual Studio 2010, there are five Silverlight project templates to choose from. Here is a summary of each: Silverlight Application Creates a blank Silverlight project. After selecting this template, a dialog appears asking you to...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/05/19/silverlight-4-101-silverlight-project-templates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1765837" width="1" height="1"&gt;</description></item><item><title>Silverlight 4 101: Installing Silverlight</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/05/18/silverlight-4-101-installing-silverlight.aspx</link><pubDate>Tue, 18 May 2010 10:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1765777</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1765777</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/05/18/silverlight-4-101-installing-silverlight.aspx#comments</comments><description>Microsoft releases new versions of Silverlight out of step with the release cycle for Visual Studio, so even if you have the latest updates for Visual Studio installed on your development machine, you still need to go to the Microsoft Silverlight site...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/05/18/silverlight-4-101-installing-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1765777" width="1" height="1"&gt;</description></item><item><title>Using NUnit in Visual Studio 2010</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/04/21/using-nunit-in-visual-studio-2010.aspx</link><pubDate>Wed, 21 Apr 2010 10:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1763950</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1763950</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/04/21/using-nunit-in-visual-studio-2010.aspx#comments</comments><description>To use NUnit with Visual Studio 2010, follow these steps: 1. Make sure you have the latest version of NUnit installed 2. In Visual Studio, open up the nunit.exe.config file found at: C:\Program Files\NUnit 2.x.x\bin\net-2.0\ 3. Under the &amp;lt;configuration&amp;gt;...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/04/21/using-nunit-in-visual-studio-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1763950" width="1" height="1"&gt;</description></item><item><title>WPF: Setting Focus in a Custom User Control</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/03/11/wpf-setting-focus-in-a-custom-user-control.aspx</link><pubDate>Thu, 11 Mar 2010 16:50:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1761493</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1761493</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/03/11/wpf-setting-focus-in-a-custom-user-control.aspx#comments</comments><description>When you create a custom user control, it typically contains child user interface elements. To provide a proper &amp;quot;Focus&amp;quot; experience at run time, you need to do the following: 1. Select your user control in design mode and check the Focusable...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/03/11/wpf-setting-focus-in-a-custom-user-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1761493" width="1" height="1"&gt;</description></item><item><title>Silverlight: Fixing the "Tag Expander Does Not Exist" Compiler Error</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/03/10/silverlight-fixing-the-quot-tag-expander-does-not-exist-quot-compiler-error.aspx</link><pubDate>Wed, 10 Mar 2010 11:38:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1761366</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1761366</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/03/10/silverlight-fixing-the-quot-tag-expander-does-not-exist-quot-compiler-error.aspx#comments</comments><description>If you create a new Silverlight Navigation project, then compile immediately with no changes, you will get the following compiler error: The tag &amp;#39;Expander&amp;#39; does not exist in XML namespace &amp;#39;clr-namespace:System.Windows.Controls;assenbly=System...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/03/10/silverlight-fixing-the-quot-tag-expander-does-not-exist-quot-compiler-error.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1761366" width="1" height="1"&gt;</description></item><item><title>WPF: Setting the Height or Width to Auto in Code</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/03/03/wpf-setting-the-height-or-width-to-auto-in-code.aspx</link><pubDate>Wed, 03 Mar 2010 17:37:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1760626</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1760626</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/03/03/wpf-setting-the-height-or-width-to-auto-in-code.aspx#comments</comments><description>At times, you may want to programmatically set the Height or Width of a WPF element to Auto in code. To do this, just use the Double.NaN (Not a Number) value. For example, in C#: this.txtName.Width = Double.NaN; And in VB .NET: Me.txtName.Width = Double...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/03/03/wpf-setting-the-height-or-width-to-auto-in-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1760626" width="1" height="1"&gt;</description></item><item><title>Setting Entity Framework MergeOptions - What Works, What Doesn't</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/02/16/setting-entity-framework-mergeoptions-what-works-what-doesn-t.aspx</link><pubDate>Tue, 16 Feb 2010 21:59:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1757948</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1757948</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/02/16/setting-entity-framework-mergeoptions-what-works-what-doesn-t.aspx#comments</comments><description>The Basics When retrieving entities using object queries with the Entity Framework, there is a MergeOption setting that allows you to specify how you want entities to be retrieved. The default value is AppendOnly, which specifiies that if an entity already...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/02/16/setting-entity-framework-mergeoptions-what-works-what-doesn-t.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1757948" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/kevinmcneish/archive/tags/MergeOption/default.aspx">MergeOption</category><category domain="http://msmvps.com/blogs/kevinmcneish/archive/tags/OverwriteChanges/default.aspx">OverwriteChanges</category><category domain="http://msmvps.com/blogs/kevinmcneish/archive/tags/Entity+Framework/default.aspx">Entity Framework</category></item><item><title>Preventing WPF Controls from Being Displayed in the Visual Studio Toolbox</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/01/21/preventing-wpf-controls-from-being-displayed-in-the-visual-studio-toolbox.aspx</link><pubDate>Thu, 21 Jan 2010 22:45:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1752976</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1752976</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/01/21/preventing-wpf-controls-from-being-displayed-in-the-visual-studio-toolbox.aspx#comments</comments><description>In other technologies such as Windows Forms and Web Forms, you can adorn a class with the [ToolboxItem(false)] attribute and it will not appear in the Visual Studio Toolbox. In Windows Presentation Foundation (WPF) you use the [ToolboxBrowsable(false...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/01/21/preventing-wpf-controls-from-being-displayed-in-the-visual-studio-toolbox.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1752976" width="1" height="1"&gt;</description></item><item><title>Fixing WPF TextBox Mouse Events Not Firing</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/01/18/fixing-wpf-textbox-mouse-events-not-firing.aspx</link><pubDate>Mon, 18 Jan 2010 15:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1752271</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1752271</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/01/18/fixing-wpf-textbox-mouse-events-not-firing.aspx#comments</comments><description>If you create a handler for the WPF TextBox&amp;#39;s mouse events, you will find that the code in your handler never fires. This is because the event is marked as &amp;quot;handled&amp;quot; in the .NET Framework, so it never reaches your code. To get around this...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/01/18/fixing-wpf-textbox-mouse-events-not-firing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1752271" width="1" height="1"&gt;</description></item><item><title>Fixing "Configuration System Failed to Initalize" Exception</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2010/01/06/fixing-quot-configuration-system-failed-to-initalize-quot-exception.aspx</link><pubDate>Wed, 06 Jan 2010 16:04:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1750204</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1750204</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2010/01/06/fixing-quot-configuration-system-failed-to-initalize-quot-exception.aspx#comments</comments><description>If you see the &amp;quot;Configuration System Failed to Initialize&amp;quot; exception at run time, it is typically caused by an invalid entry in your app.config or web.config file. In my case, I encountered this exception when I had an &amp;quot;&amp;lt;add key...&amp;gt;&amp;quot;...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2010/01/06/fixing-quot-configuration-system-failed-to-initalize-quot-exception.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1750204" width="1" height="1"&gt;</description></item><item><title>Fixing LINQ Error: Sequence contains no elements</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/17/fixing-linq-error-sequence-contains-no-elements.aspx</link><pubDate>Thu, 17 Dec 2009 21:21:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1746272</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1746272</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/17/fixing-linq-error-sequence-contains-no-elements.aspx#comments</comments><description>When you get theLINQ Error &amp;quot;Sequence contains no elements&amp;quot;, this is usually because you are using the First() or Single() command rather than FirstOrDefault() and SingleOrDefault(). Take for example the following code that uses First() on the...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/12/17/fixing-linq-error-sequence-contains-no-elements.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1746272" width="1" height="1"&gt;</description></item><item><title>Entity Framework: Fixing "The number of errors in the conceptual type...does not match with the number of members on the object side type..."</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/16/entity-framework-fixing-quot-the-number-of-errors-in-the-conceptual-type-does-not-match-with-the-number-of-members-on-the-object-side-type-quot.aspx</link><pubDate>Wed, 16 Dec 2009 11:02:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1745923</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1745923</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/16/entity-framework-fixing-quot-the-number-of-errors-in-the-conceptual-type-does-not-match-with-the-number-of-members-on-the-object-side-type-quot.aspx#comments</comments><description>You will typically get the error &amp;quot;The number of errors in the conceptual type...does not match with the number of members on the object side type&amp;quot; in version 1.0 of the Entity Framework when you have manually edited one or more of your entities...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/12/16/entity-framework-fixing-quot-the-number-of-errors-in-the-conceptual-type-does-not-match-with-the-number-of-members-on-the-object-side-type-quot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1745923" width="1" height="1"&gt;</description></item><item><title>Entity Framework: Programmatically determining the Entity Set name of an Entity</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/03/entity-framework-programmatically-determining-the-entity-set-name-of-an-entity.aspx</link><pubDate>Thu, 03 Dec 2009 15:08:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1743492</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1743492</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/03/entity-framework-programmatically-determining-the-entity-set-name-of-an-entity.aspx#comments</comments><description>Here is an extension method for the Object Context that allows you to programmatically derive an Entity Set name associated with a particular entity. To put this in context, when adding a new entity object to an Object Context, you need to specify the...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/12/03/entity-framework-programmatically-determining-the-entity-set-name-of-an-entity.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1743492" width="1" height="1"&gt;</description></item><item><title>Understanding the Entity Framework ConcurrencyException: Store update, insert, or delete statement affected an unexpected number of rows...</title><link>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/03/understanding-the-entity-framework-concurrencyexception-store-update-insert-or-delete-statement-affected-an-unexpected-number-of-rows.aspx</link><pubDate>Thu, 03 Dec 2009 14:08:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1743483</guid><dc:creator>KevinMcNeish</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/kevinmcneish/rsscomments.aspx?PostID=1743483</wfw:commentRss><comments>http://msmvps.com/blogs/kevinmcneish/archive/2009/12/03/understanding-the-entity-framework-concurrencyexception-store-update-insert-or-delete-statement-affected-an-unexpected-number-of-rows.aspx#comments</comments><description>When working with the Entity Framework in n-Tier applications where you are unattaching and attaching entities from an object context, you may encounter this exception: Store update, insert, or delete statement affected an unexpected number of rows (0...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/12/03/understanding-the-entity-framework-concurrencyexception-store-update-insert-or-delete-statement-affected-an-unexpected-number-of-rows.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1743483" width="1" height="1"&gt;</description></item></channel></rss>
