<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Kevin McNeish [C# and .NET]</title><subtitle type="html">The Blog</subtitle><id>http://msmvps.com/blogs/kevinmcneish/atom.aspx</id><link rel="alternate" type="text/html" href="http://msmvps.com/blogs/kevinmcneish/default.aspx" /><link rel="self" type="application/atom+xml" href="http://msmvps.com/blogs/kevinmcneish/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.40407.4157">Community Server</generator><updated>2007-07-17T19:24:00Z</updated><entry><title>Silverlight 3 DataForm Edit Pencil</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/11/09/silverlight-3-dataform-edit-pencil.aspx" /><id>/blogs/kevinmcneish/archive/2009/11/09/silverlight-3-dataform-edit-pencil.aspx</id><published>2009-11-09T16:40:00Z</published><updated>2009-11-09T16:40:00Z</updated><content type="html">Here&amp;#39;s a quick tip--if your Silverlight 3 DataForm is not dsplaying an Edit Pencil in the upper right corner, set the DataForm&amp;#39;s AutoEdit to false (or if using the Visual Studio or Expression Blend IDE, uncheck the AutoEdit checkbox). Best Regards, Kevin McNeish INETA Speaker Chief Architect MM .NET Application Framework www.oakleafsd.com...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/11/09/silverlight-3-dataform-edit-pencil.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1738618" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Silverlight 3 and the Bindable Attribute</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/11/09/silverlight-3-and-the-bindable-attribute.aspx" /><id>/blogs/kevinmcneish/archive/2009/11/09/silverlight-3-and-the-bindable-attribute.aspx</id><published>2009-11-09T16:06:00Z</published><updated>2009-11-09T16:06:00Z</updated><content type="html">You may see a number of videos and sample code for Silverlight 3 that uses the Bindable attribute to specifying editing features of an entity property when working with the Silverlight DataForm control. However, the Bindable attribute (as well as the System.ComponentModel assembly) were removed from Silverlight with the Silverlight 3 RTM. Now, if you want to specify if an entity property you are binding to should be readonly, set its Editable attribute like this: [ Editable ( false )] public DateTime...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/11/09/silverlight-3-and-the-bindable-attribute.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1738614" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Don't Miss the Silverlight Toolkit for Getting Additional Silverlight Mojo!</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/11/09/don-t-miss-the-silverlight-toolkit-for-getting-additional-silverlight-mojo.aspx" /><id>/blogs/kevinmcneish/archive/2009/11/09/don-t-miss-the-silverlight-toolkit-for-getting-additional-silverlight-mojo.aspx</id><published>2009-11-09T11:41:00Z</published><updated>2009-11-09T11:41:00Z</updated><content type="html">Regardless of whether you have installed Silverlight for VS 2008 or VS2010, you will want to install the additional Silverlight Toolkit: http://www.codeplex.com/Silverlight This toolkit gives you additional controls, components and utilities released outside the regular Silverlight release cycle. This is good news because Microsoft is releasing new Silverlight functionality iteratively. Rather than providing these controls with a &amp;quot;big bang&amp;quot; release, Microsoft is releasing them iteratively...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/11/09/don-t-miss-the-silverlight-toolkit-for-getting-additional-silverlight-mojo.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1738574" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Pixel Shaders and Silverlight, WPF</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/11/07/pixel-shaders-and-silverlight-wpf.aspx" /><id>/blogs/kevinmcneish/archive/2009/11/07/pixel-shaders-and-silverlight-wpf.aspx</id><published>2009-11-08T02:55:00Z</published><updated>2009-11-08T02:55:00Z</updated><content type="html">Recently, Silverlight 3 gained the ability to use custom pixel shaders as was already available in WPF. What exactly are custom pixel shaders? A shader is a set of software instructions executed on your computer&amp;#39;s Graphics Processing Unit (GPU) that performs complex per-pixel effects suh as applying a lighting value, bump mapping (a technique used to make a surface look more realistic by modeling interaction of a bumpy surface texture), shadows, highlights, translucency, and so on. Pixel shaders...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/11/07/pixel-shaders-and-silverlight-wpf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1738340" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Handling Trailing Spaces with VFP Data and ADO.NET</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/11/04/handling-trailing-spaces-with-vfp-data-and-ado-net.aspx" /><id>/blogs/kevinmcneish/archive/2009/11/04/handling-trailing-spaces-with-vfp-data-and-ado-net.aspx</id><published>2009-11-04T21:08:00Z</published><updated>2009-11-04T21:08:00Z</updated><content type="html">When working with Visual FoxPro data in ADO.NET, you may be surprised to see trailing spaces at the end of your character data. Visual FoxPro automatically trims these trailing spaces in BROWSE windows and when binding to user interface controls, but .NET does not. To address this issue, you can change your character fields to varchar fields (introduced in VFP 9.0). You can then write a quick utility to remove the trailing spaces from the character data. If you can&amp;#39;t remove the extra spaces due...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/11/04/handling-trailing-spaces-with-vfp-data-and-ado-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1737678" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>.NET Framework 4.0 Beta 2 Installation Error: Unable to create or save new files in the folder...</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/10/30/net-framework-4-0-beta-2-installation-error-unable-to-create-or-save-new-files-in-the-folder.aspx" /><id>/blogs/kevinmcneish/archive/2009/10/30/net-framework-4-0-beta-2-installation-error-unable-to-create-or-save-new-files-in-the-folder.aspx</id><published>2009-10-31T00:48:00Z</published><updated>2009-10-31T00:48:00Z</updated><content type="html">When trying to install the .NET Framework 4.0 Beta 2 on the Windows partition of my Macbook Pro, I encountered this error: Unable to create or save new files in the folder into which the files are being extracted. Please check the folder properties to ensure you have permission on the folder to write files and that the folder is not read-only. Apparently, Visual Studio 2010 Beta 2 is trying to extract files into my Mac partition--even though i didn&amp;#39;t tell it to do this! To fix this problem: 1...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/10/30/net-framework-4-0-beta-2-installation-error-unable-to-create-or-save-new-files-in-the-folder.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1736457" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Visual Studio 2010 Version Comparison</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/10/28/visual-studio-2010-version-comparison.aspx" /><id>/blogs/kevinmcneish/archive/2009/10/28/visual-studio-2010-version-comparison.aspx</id><published>2009-10-28T16:51:00Z</published><updated>2009-10-28T16:51:00Z</updated><content type="html">It&amp;#39;s official that Microsoft plans to release Visual Studio 2010 / .NET 4.0 in March 2010. I found this link helpful in determining the difference between the VS 2010, Professional, Premium and Ultimate versions: http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx Best Regards, Kevin McNeish Chief Software Architect - MM .NET Application Framework INETA Speaker www.oakleafsd.com...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/10/28/visual-studio-2010-version-comparison.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1735895" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Fixing the MS Office SP2 "Outlook cannot connect to your incoming POP3 account" error</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/10/17/fixing-the-ms-office-sp2-quot-outlook-cannot-connect-to-your-incoming-pop3-account-quot-error.aspx" /><id>/blogs/kevinmcneish/archive/2009/10/17/fixing-the-ms-office-sp2-quot-outlook-cannot-connect-to-your-incoming-pop3-account-quot-error.aspx</id><published>2009-10-17T04:37:00Z</published><updated>2009-10-17T04:37:00Z</updated><content type="html">Bad Outlook Juju So, when I got up this morning, I noticed my computer had rebooted--my main development machine is a MacBook Pro, and I was booted into Mac OSX rather than Windows Vista where I had left it last night. Step 1: Uninstalling Microsoft Office SP2 I then realized I couldn&amp;#39;t send or receive mail--the last mail I received was from last night--so I immediately suspected a problem with a Windows Update. Sure enough, after a quick Google search I determined that others were experiencing...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/10/17/fixing-the-ms-office-sp2-quot-outlook-cannot-connect-to-your-incoming-pop3-account-quot-error.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1732815" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Visual Studio 2010, .NET 4.0, C# and VB .NET 4 - What's New?</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/10/14/visual-studio-2010-net-4-0-c-and-vb-net-4-what-s-new.aspx" /><id>/blogs/kevinmcneish/archive/2009/10/14/visual-studio-2010-net-4-0-c-and-vb-net-4-what-s-new.aspx</id><published>2009-10-14T10:07:00Z</published><updated>2009-10-14T10:07:00Z</updated><content type="html">I&amp;#39;m starting a series of blog posts today on what&amp;#39;s new in the following technologies: - Visual Studio 2010 - .NET 4.0 - C# and VB .NET 4 I&amp;#39;ll be giving my take on these technologies, grading them, and talk about how they can and should impact your software development. Here&amp;#39;s the big picture for Visual Studio 2010...in subsequent posts we will dive down into details of the new features. Visual Studio 2010 Visual Studio itself has changed more than any of the other technologies. Working...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/10/14/visual-studio-2010-net-4-0-c-and-vb-net-4-what-s-new.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1732325" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>ASP.NET: Storing JavaScript in a separate .js file</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/10/03/asp-net-storing-javascript-in-a-separate-js-file.aspx" /><id>/blogs/kevinmcneish/archive/2009/10/03/asp-net-storing-javascript-in-a-separate-js-file.aspx</id><published>2009-10-03T12:49:00Z</published><updated>2009-10-03T12:49:00Z</updated><content type="html">Rather than hard-coding your JavaScript into an aspx page, you can store you JavaScript functions in a separate .js file. This allows your furnctions to be used from multiple pages. For example, you could add a .js file to your project (right-click your project and select Add New Item | JScript File ) from the shortcut menu) and place the following function in it: function isValidEmail(emailAddressControl) { var emailPat = /^(\ &amp;quot;.*\&amp;quot;|[A-Za-z]\w*)@(\[\d{1,3}(\.\d{1,3}){3}]|[A-Za-z]\w*(\...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/10/03/asp-net-storing-javascript-in-a-separate-js-file.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1729359" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Entity Framework "Problem in Mapping Fragments" Error</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/05/18/entity-framework-quot-problem-in-mapping-fragments-quot-error.aspx" /><link rel="enclosure" type="image/jpeg" length="24706" href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.01.69.26.18/NorthwindOrdersEntity.jpg" /><id>/blogs/kevinmcneish/archive/2009/05/18/entity-framework-quot-problem-in-mapping-fragments-quot-error.aspx</id><published>2009-05-18T09:04:00Z</published><updated>2009-05-18T09:04:00Z</updated><content type="html">If you add an entity to the Entity Data Model, then later add another entity that is related in the database to the first entity, Visual Studio will give you a &amp;quot;Problem in Mapping Fragments&amp;quot; error. For example, if you add a Northwind database Orders table using the EDM Update Wizard, it produces an entity that looks has an EmployeeID property that corresponds to the EmployeeID foreign key column of the Orders table. Next, if you add a Northwind database Employees table using the EDM Update...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/05/18/entity-framework-quot-problem-in-mapping-fragments-quot-error.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692618" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Problem: "Mapping URI" errors with WPF Assembly Names that include spaces</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/04/29/problem-quot-mapping-uri-quot-errors-with-wpf-assembly-names-that-include-spaces.aspx" /><id>/blogs/kevinmcneish/archive/2009/04/29/problem-quot-mapping-uri-quot-errors-with-wpf-assembly-names-that-include-spaces.aspx</id><published>2009-04-29T20:31:00Z</published><updated>2009-04-29T20:31:00Z</updated><content type="html">This is a somewhat insidious bug. As it turns out, if you have spaces in your WPF project&amp;#39;s assembly name, you can get &amp;quot;Mapping URI&amp;quot; errors in your project&amp;#39;s XAML (even if the solution itself builds properly). As you might imagine, you can get around this bug by changing the namespace. For example: Change this: OakLeaf MM WPF To: OakLeaf.MM.WPF Kevin McNeish Microsoft .NET MVP INETA Speaker Chief Architect, MM .NET Application Framework http://www.oakleafsd.com...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/04/29/problem-quot-mapping-uri-quot-errors-with-wpf-assembly-names-that-include-spaces.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691658" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Getting Expression Blend to Launch VS 2008</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2009/04/14/getting-expression-blend-to-launch-vs-2008.aspx" /><id>/blogs/kevinmcneish/archive/2009/04/14/getting-expression-blend-to-launch-vs-2008.aspx</id><published>2009-04-14T10:56:00Z</published><updated>2009-04-14T10:56:00Z</updated><content type="html">If you have multiple versions of Visual Studio on your development machine, Expression Blend may launch the older version (for example, VS 2005) rather than VS 2008. To get Expression Blend to launch VS 2008, follow these steps: Run the Windows Registry Editor by launching a Command Prompt window (Windows Key + R), entering regedit and pressing ENTER. Navigate to HKEY_CLASSES_ROOT\VisualStudio.DTE.9.0\CLSID . In the right pane, double-click the (Default) value to edit it. In the Edit String dialog...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2009/04/14/getting-expression-blend-to-launch-vs-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1687370" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>DevTeach, 2008 Montreal - Free VS 2008 Pro, Expression Web 2, and Tech-Ed Dev Set</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2008/11/07/devteach-2008-montreal-free-vs-2008-pro-expression-web-2-and-tech-ed-dev-set.aspx" /><id>/blogs/kevinmcneish/archive/2008/11/07/devteach-2008-montreal-free-vs-2008-pro-expression-web-2-and-tech-ed-dev-set.aspx</id><published>2008-11-07T22:15:00Z</published><updated>2008-11-07T22:15:00Z</updated><content type="html">As if DevTeach 2008 isn&amp;#39;t a sweet enough deal, Jean Rene Roy announced today that if you register for the conference, you get Visual Studio 2008 Professional, Expression Web 2, and the Tech-Ed Conference DVD Set for free! I&amp;#39;ve been speaking at DevTeach since the very first conference, and I have to say that Montreal is my favorite conference city--it&amp;#39;s a great vacation spot, a beautiful city, and lots to see and do. I&amp;#39;m giving a &amp;quot;WPF at Work in the Real World&amp;quot; pre-conference...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2008/11/07/devteach-2008-montreal-free-vs-2008-pro-expression-web-2-and-tech-ed-dev-set.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1653455" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>DevTeach Toronto, 2008 - A Great Conference!</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2008/05/08/devteach-toronto-2008.aspx" /><id>/blogs/kevinmcneish/archive/2008/05/08/devteach-toronto-2008.aspx</id><published>2008-05-08T00:36:00Z</published><updated>2008-05-08T00:36:00Z</updated><content type="html">DevTeach ( www.devteach.com ) is one of the best deals in .NET conferences...it&amp;#39;s a great small conference that gives you access to many of the regular .NET speakers but in a much smaller venue. Personally, I&amp;#39;m giving a pre-con called &amp;quot;WPF Meets the iPhone&amp;quot; which elaborates on my article in CoDe Magazine ( http://www.devx.com/codemag/Article/37589 ). In this pre-con you learn a lot about WPF in general as we do something fun--recreate the iPhone user interface in WPF. Kevin McNeish...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2008/05/08/devteach-toronto-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1616739" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>How to select a different WPF TabItem in Visual Studio 2008</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2008/03/25/how-to-select-a-different-wpf-tabitem-in-visual-studio-2008.aspx" /><id>/blogs/kevinmcneish/archive/2008/03/25/how-to-select-a-different-wpf-tabitem-in-visual-studio-2008.aspx</id><published>2008-03-25T14:05:00Z</published><updated>2008-03-25T14:05:00Z</updated><content type="html">Sadly, Microsoft did not provide a TabControl designer for Visual Studio 2008. If you want to edit a TabItem, you can get around this limitation and select a TabItem other than the default by temporarily changing the TabControl&amp;#39;s &amp;lt;&amp;lt;b&amp;gt;&amp;gt;SelectedIndex&amp;lt;&amp;lt;/b&amp;gt;&amp;gt; property to the index of the TabItem you want to edit. Kevin McNeish INETA Speaker Microsoft .NET MVP President, Oak Leaf Enterprises, Inc. Chief Architect, MM .NET Application Framework http://www.oakleafsd.com/...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2008/03/25/how-to-select-a-different-wpf-tabitem-in-visual-studio-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1552886" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>How to apply a WPF style to all elements of a particular type? </title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2008/01/07/how-to-apply-a-wpf-style-to-all-elements-of-a-particular-type.aspx" /><id>/blogs/kevinmcneish/archive/2008/01/07/how-to-apply-a-wpf-style-to-all-elements-of-a-particular-type.aspx</id><published>2008-01-07T06:24:00Z</published><updated>2008-01-07T06:24:00Z</updated><content type="html">Often, you need to apply the same style to elements of a particular type, such as Button, TextBox, MenuItem, and so on. To do this, specify a style that uses the TargetType attribute. The following example demonstrates specifying Font settings and a Background color for all Buttons on a form: &amp;lt;Window.Resources&amp;gt; &amp;lt;Style TargetType=&amp;quot;{x:Type Button}&amp;quot;&amp;gt; &amp;lt;Setter Property=&amp;quot;FontFamily&amp;quot; Value=&amp;quot;Times New Roman&amp;quot; /&amp;gt; &amp;lt;Setter Property=&amp;quot;FontSize&amp;quot; Value...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2008/01/07/how-to-apply-a-wpf-style-to-all-elements-of-a-particular-type.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1443154" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Fixing the Vista backup error "the system cannot find the specified file"</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2007/11/02/fixing-the-vista-backup-error-quot-the-system-cannot-find-the-specified-file-quot.aspx" /><id>/blogs/kevinmcneish/archive/2007/11/02/fixing-the-vista-backup-error-quot-the-system-cannot-find-the-specified-file-quot.aspx</id><published>2007-11-02T15:59:00Z</published><updated>2007-11-02T15:59:00Z</updated><content type="html">I&amp;#39;ve been getting an error &amp;quot;when using the Vista Backup tools the last few days &amp;quot;the backup did not complete...the system cannot find the specified file&amp;quot;. As it turns out this seems to be a Vista &amp;quot;issue&amp;quot;. Apparently this is because a shadow copy created by Vista is conflicting with the backup process. Here&amp;#39;s what I did to fix the problem: From Control Panel, select &amp;quot;System&amp;quot; In the System Protection tab, uncheck all drives listed under &amp;quot;Automatic Restore...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2007/11/02/fixing-the-vista-backup-error-quot-the-system-cannot-find-the-specified-file-quot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1278540" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>Downloading the VS 2005 Class Designer PowerToys</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2007/08/23/downloading-the-vs-2005-class-designer-powertoys.aspx" /><id>/blogs/kevinmcneish/archive/2007/08/23/downloading-the-vs-2005-class-designer-powertoys.aspx</id><published>2007-08-23T22:38:00Z</published><updated>2007-08-23T22:38:00Z</updated><content type="html">I just heard that you can download the VS 2005 Class Designer PowerToys at this link: http://www.codeplex.com/modeling With the deminse of the GotDotNet web site, it&amp;#39;s been difficult to find a place where it can be downloaded! Kevin McNeish Microsoft .NET MVP President, Oak Leaf Enterprises, Inc. Chief Architect, MM .NET Application Framework: http://www.oakleafsd.com...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2007/08/23/downloading-the-vs-2005-class-designer-powertoys.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1134012" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry><entry><title>DevTeach 2007, Vancouver - .NET 3.0/3.5 Training PreCon</title><link rel="alternate" type="text/html" href="/blogs/kevinmcneish/archive/2007/07/17/devteach-2007-vancouver-net-3-0-training-precon.aspx" /><id>/blogs/kevinmcneish/archive/2007/07/17/devteach-2007-vancouver-net-3-0-training-precon.aspx</id><published>2007-07-17T18:24:00Z</published><updated>2007-07-17T18:24:00Z</updated><content type="html">Just wanted to let everyone know about the .NET 3.0 pre-con I&amp;#39;ll be giving at DevTeach 2007, Vancouver on November 26. I&amp;#39;ll be giving an introductory session on all four .NET 3.0 technologies: Windows Workflow Windows Presentation Foundation Windows Communication Foundation Windows CardSpace If you want to get up the learning curve quickly and get a great all-day immersion in these new technologies I recommend heading to Vancouver for this pre-con ( www.devteach.com )! DevTeach conference...(&lt;a href="http://msmvps.com/blogs/kevinmcneish/archive/2007/07/17/devteach-2007-vancouver-net-3-0-training-precon.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1033811" width="1" height="1"&gt;</content><author><name>KevinMcNeish</name><uri>http://msmvps.com/members/KevinMcNeish/default.aspx</uri></author></entry></feed>