<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Adding a Model</title><link>http://www.asp.net</link><pubDate>Sun, 30 Oct 2011 02:32:44 GMT</pubDate><generator>umbraco</generator><description>Comments for Adding a Model</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/27652" rel="self" type="application/rss+xml" /><item><title>Comment Posted by glm409</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Fri, 15 Apr 2011 19:03:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012829</guid><description><![CDATA[ <p>I get the following undefined references for DbContext and DbSet evening I have the following using statements as described in the tutorial. Anybody have ideas?</p><p></p><p></p><p>using System;</p><p></p><p>using System.Data;</p><p></p><p>using System.Data.Entity;</p><p></p><p>using System.Collections.Generic;</p><p></p><p>using System.Linq;</p><p></p><p>using System.Web;</p><p></p><p></p><p>Error 1 The type or namespace name &#39;DbContext&#39; could not be found (are you missing a using directive or an assembly reference?) C:\Users\Greg\documents\visual studio 2010\Projects\MvcMovie1\MvcMovie1\Models\Movie.cs 18 35 MvcMovie1</p><p></p><p>Error 2 The type or namespace name &#39;DbSet&#39; could not be found (are you missing a using directive or an assembly reference?) C:\Users\Greg\documents\visual studio 2010\Projects\MvcMovie1\MvcMovie1\Models\Movie.cs 20 16 MvcMovie1</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/glm409.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by David Pallmann</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Sat, 16 Apr 2011 21:28:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012844</guid><description><![CDATA[ <p>I was doing okay with this tutorial series until I got to this section. Attempting to install SQL Server Compact Edition failed because the installer said it needed VS2010 SP1. Attempting to install that became a nightmare--hours went by, install never completed. Cancel sat there for hours, also not completing. Frustrating to say the least and I still can&#39;t proceed with the tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/David%20Pallmann.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by a.gabardo</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Wed, 20 Apr 2011 15:06:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012888</guid><description><![CDATA[ <p>I was falling on the same error. I have added a reference to the Entyti Framework with no sucess on this last step.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/a.gabardo.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by a.gabardo</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Wed, 20 Apr 2011 15:22:59 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012889</guid><description><![CDATA[ <p>The response for glm409 (and for me also) is to add the package using the Package Manager Console, see the link <a rel="nofollow" href="http://forums.silverlight.net/forums/p/92288/215939.aspx#215939" target="_blank">forums.silverlight.net/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/a.gabardo.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka6</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Thu, 21 Apr 2011 20:24:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012927</guid><description><![CDATA[ <p>glm409 : undefined references for DbContext and DbSet </p><p>They are found in the EntityFramework.dll. That DLL is downloaded for you when you create a new MVC 3 project when you have installed MVC 3 tooling update. Click on the WPI link on the top of this page to update your prerequisites.</p><p></p><p>You can also download EntityFramework from Tools\Library Package Manager\Add Library Package Reference ...</p><p>In the left pane click Online, then select EntityFramework. </p><p></p><p>David Pallmann: Server Compact Edition failed because the installer said it needed VS2010 SP1</p><p>Yes, it needs SP1 which can take a very long time to download/install. I would try it again and leave it overnight. </p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by chade888</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Tue, 03 May 2011 02:59:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013049</guid><description><![CDATA[ <p>Q1: Why does the app only works for me when I add &quot;&lt;globalization culture=&quot;en-US&quot; /&gt;&quot; in my web.config? If I don&#39;t I get the error that the price should be a number (and I tried 9,99 and 9.99, but get the error anyway). After changing my web.config I can enter 9.99 as the price.</p><p></p><p>Q2: What do I have to change when my table is called MoviesTB instead of Movies?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/chade888.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka6</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Wed, 04 May 2011 22:21:03 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013070</guid><description><![CDATA[ <p>chade888 :globalization culture - See <a rel="nofollow" href="http://msdn.microsoft.com/en-us/library/gg674880(VS.98).aspx" target="_blank">msdn.microsoft.com/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by MuadDibb</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Fri, 06 May 2011 02:34:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013086</guid><description><![CDATA[ <p>This part of the tutorial is serious lacking details</p><p>&quot;using System.Data.Entity&quot;</p><p> - Right click References in your project</p><p> - Select Add References</p><p> - .NET tab scroll down to System.Data.Entity</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/MuadDibb.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dunghp</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Mon, 09 May 2011 06:15:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013104</guid><description><![CDATA[ <p>When I Add MoviesController an error message appear :</p><p>&quot;Unable to retrieve metadata for &#39;MVCMovie.Models.Movie&#39;.Unable to find the requested .Net Framework Data Provider .It may not be installed&quot;</p><p></p><p>How to fix it, anyone?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/dunghp.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dunghp</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Mon, 09 May 2011 06:33:15 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013105</guid><description><![CDATA[ <p>I found this article to help me fix it :</p><p><a rel="nofollow" href="http://blogs.msdn.com/b/sqlservercompact/archive/2010/07/07/introducing-sql-server-compact-4-0-the-next-gen-embedded-database-from-microsoft.aspx" target="_blank">blogs.msdn.com/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/dunghp.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bobf_2010</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Thu, 12 May 2011 16:38:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013145</guid><description><![CDATA[ <p>Before going to the next tutorial:</p><p>1. Update Movies.cs by adding the statement:</p><p>   using System.ComponentModel.DataAnnotations;</p><p></p><p>2. Add this annotation to the Title property:</p><p>   [Key] (place this text above the line: public string Title { get; set; }</p><p></p><p>3. Rebuild your solution.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bobf_2010.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by owen.mcgregor</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Thu, 19 May 2011 11:55:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013220</guid><description><![CDATA[ <p>Yep this part of the tutorial is pretty shitty. </p><p></p><p>I found the solution here:</p><p><a rel="nofollow" href="http://forums.asp.net/p/1679349/4411680.aspx/1?Unable+to+retrieve+metadata+for+Unable+to+find+the+requested+Net+Framework+Data+Provider+It+may+not+be+installed+" target="_blank">forums.asp.net/</a></p><p></p><p>Set my connection string to this and it works: &lt;add name=&quot;MovieDBContext&quot;      connectionString=&quot;data source=X-PC;Integrated Security=SSPI;User Instance=true; Initial Catalog=X&quot;      providerName=&quot;System.Data.SqlClient&quot; /&gt;  </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/owen.mcgregor.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by erwanage</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Wed, 15 Jun 2011 09:33:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013515</guid><description><![CDATA[ <p>Hello,</p><p></p><p>I&#39;m having an error when creating the MovieController.</p><p></p><p>I&#39;m using SQl server 2008 which in included in VS 2010 ultimate edition.</p><p></p><p>So I tried to change my connexion string with &quot;providerName=&quot;System.Data.SqlClient&quot; instead of &quot;System.Data.SqlServerCe.4.0&quot;</p><p>It didn&#39;t work so I changed the connectionString parameter to &quot;connectionString=&quot;data source=X-PC;Integrated Security=SSPI;User Instance=true; Initial Catalog=X&quot;</p><p></p><p>I still get this error: </p><p>&quot;Unable to retrive metadata for &#39;MVCMovie.Models.Movie&#39;. The provider did not return a ProviderManifestToken string.&quot;</p><p></p><p>Waiting for your help</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/erwanage.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Ne0Que</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Wed, 15 Jun 2011 12:45:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013518</guid><description><![CDATA[ <p>@erwanage, i&#39;m having the same problem here. Did you find any solution to this?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Ne0Que.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tomwjoseph</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Sat, 18 Jun 2011 11:18:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013554</guid><description><![CDATA[ <p>I fixed this issue by doing the following:</p><p></p><p>- installed Entity Framework 4.1 from </p><p><a rel="nofollow" href="http://msdn.microsoft.com/en-us/library/gg696172(v=vs.103).aspx" target="_blank">msdn.microsoft.com/</a></p><p></p><p>- in the Movie project added the reference to Syste.Data.Entity</p><p></p><p>- then had the 4.1 Entity framework DLL as a reference but had to browse to the DLL file at </p><p>\windows\microsoft.net\assembly\GAC_MSIL\entityframework\v4.0_4.1.....\Entityframework.dll</p><p></p><p>This solved it for me. Good luck!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tomwjoseph.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by erwanage</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Mon, 20 Jun 2011 04:02:59 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013562</guid><description><![CDATA[ <p>@tomwjospeh I tried what you did but it&#39;s not working for me :/</p><p>Is there anything to do on the SQL side?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/erwanage.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by syncopatience</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Mon, 20 Jun 2011 11:39:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013565</guid><description><![CDATA[ <p>I had similar problems (&quot;unable to find data provider&quot;, &quot;did not return a ProviderManifestToken string&quot;).  Turns out I didn&#39;t have SQL Server Compact 4.0, which is mentioned at the beginning of part 1.  After installing, I used the connection string provided above in Scott&#39;s tutorial and all was well.</p><p></p><p><a rel="nofollow" href="http://www.microsoft.com/web/gallery/install.aspx?appid=SQLCE;SQLCEVSTools_4_0" target="_blank">www.microsoft.com/</a></p><p></p><p>If the issue is that you&#39;d like to use SQL server 2008, I don&#39;t know a thing about that :)</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/syncopatience.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by vijaybhatter</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Thu, 23 Jun 2011 13:56:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013594</guid><description><![CDATA[ <p>Well I also encountered the same problem but doing a little bit of Google helped and one can download the latest SQL Compact from the following URL:</p><p></p><p><a rel="nofollow" href="http://www.microsoft.com/download/en/details.aspx?id=17876" target="_blank">www.microsoft.com/</a></p><p></p><p>I hope this helps everyone who is new to ASP.NET MVC</p><p></p><p>Regards,</p><p>Vijay Bhatter</p><p><a rel="nofollow" href="http://www.india-forums.com" target="_blank">www.india</a></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/vijaybhatter.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bonnzo</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Tue, 26 Jul 2011 13:45:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013839</guid><description><![CDATA[ <p>Hi All,  This tutorial is working as expected, I just had a question.  I am trying to figure out how it knows not to include ID property in the view.  I realize it shouldn&#39;t display, just wondering how it knows to only display 4 out of the 5 properties (Title, ReleaseDate, Genre, and Price)  I couldn&#39;t find anything in the code that says exclude the ID prop.  Is there something magic about using an int, or the word ID??</p><p>Just wondering,</p><p>Bonnzo</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/bonnzo.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka6</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Thu, 28 Jul 2011 17:17:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013867</guid><description><![CDATA[ <p>bonnzo : ID. Look in the view, ID isn&#39;t included. That automatic scaffolding that created the view make the correct assumption that ID should not be displayed.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by controlaltdelete</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Sun, 18 Sep 2011 12:37:39 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014215</guid><description><![CDATA[ <p>Hi i can&#39;t see any scaffolding option when i try to add a controller. I&#39;m using vs2010 on windows 7 home premium with sql express 2008.</p><p></p><p>I had installed mvc3 using AspNetMVC3Setup as toolsupdate failed to install.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/controlaltdelete.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Travis J</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Wed, 05 Oct 2011 20:13:58 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014335</guid><description><![CDATA[ <p>I had the same problem most of you did.  I put in the code for the db stuff and got an error about .Entity not being found.  I have developed earlier and everything was installed and I remembered it working.  I was EXTREMELY frustrated as a result and finally found the answer after an hour of wanting to recursively delete this server&#39;s hard drive.</p><p></p><p>I hope this helps you, I registered just to post this.</p><p></p><p>1) Ensure NuGet Package Manager is installed (&quot;Tools&quot; -&gt; &quot;Extension Manager...&quot;)</p><p></p><p>2) This is what got me, Ensure that Nuget Package Manager is UPDATED. (&quot;Tools&quot; -&gt; &quot;Extension Manager...&quot; -&gt; Updates tab. Click [Update] if yours is out of date.</p><p></p><p>3) Install the reference package &quot;EntityFramework&quot;. (&quot;Tools&quot; -&gt; &quot;Library Package Manager&quot; -&gt; &quot;Manager NuGet Packages...&quot; -&gt; Select &quot;Online&quot; tab and search for &quot;EntityFramework&quot; --&gt; Install, Vuala.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Travis%20J.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by seci</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Fri, 21 Oct 2011 04:52:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014475</guid><description><![CDATA[ <p>I think it would really worth to add to the end of this tutorial and/or the the beginning of the next that you need to rebuild (Build-&gt;Build MVCMovie)</p><p>Without doing so the lists of classes are not updated and you will be unable to select the ones needed on the first step of the next tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/seci.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Sam__I__am</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Mon, 24 Oct 2011 16:50:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014489</guid><description><![CDATA[ <p>I got a &quot;Unable to retrieve metadata for &#39;MVCMovie.Models.Movie&#39;.Unable to find the requested .Net Framework Data Provider .It may not be installed&quot;</p><p></p><p>Solved it by installing the files listed on top of the page.(most notably SQL Server Compact 4.0)</p><p></p><p>I had 3.5, but apparently that didn&#39;t work with the given connection string.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Sam__I__am.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by LynxCat</title><link>http://www.asp.net/mvc/tutorials/getting-started-with-aspnet-mvc3/cs/adding-a-model</link><pubDate>Sun, 30 Oct 2011 02:32:44 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014521</guid><description><![CDATA[ <p>I was unable to install SQL Server Compact 4.0 from Microsoft&#39;s Web Platform Installer 3.0.  I found another download for this software at  <a rel="nofollow" href="http://www.microsoft.com/download/en/details.aspx?id=17876" target="_blank">www.microsoft.com/</a> and saved the installer to my desktop. I installed it from there.  It was very quick and easy.  After I installed the software, this portion of the tutorial worked as expected.</p><p></p><p>Hope this helps anyone who is having trouble installing SQL Server Compact 4.0.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/LynxCat.jpg?forceidenticon=false&amp;dt=635051016000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>