<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>Deployment to a Hosting Provider: Deploying SQL Server Compact Databases - 2 of 12</title><link>http://asp.net</link><pubDate>Tue, 03 Jul 2012 10:04:55 GMT</pubDate><generator>umbraco</generator><description>Comments for Deployment to a Hosting Provider: Deploying SQL Server Compact Databases - 2 of 12</description><language>en</language><atom:link href="http://asp.net/rss/comments/36417" rel="self" type="application/rss+xml" /><item><title>Comment Posted by nivram509</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Wed, 29 Feb 2012 20:54:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014986</guid><description><![CDATA[ <p>I have a new SqlServerCompact project with the following installed: </p><p>•SqlServerCompact </p><p>•System.Web.Providers (ASP.NET universal providers) </p><p>•EntityFramework </p><p>•EntityFramework.SqlServerCompact </p><p>But I don&#39;t have the amd64 and x86 folders in bin. </p><p></p><p>How do I get them?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/nivram509.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nivram509</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Wed, 29 Feb 2012 21:09:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014987</guid><description><![CDATA[ <p>Once again I&#39;ll answer my own question. :)</p><p></p><p>If you have an MVC project, add a new model class and a new context that uses that model you will get those folders in your bin folder.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/nivram509.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nivram509</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Fri, 09 Mar 2012 18:41:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015082</guid><description><![CDATA[ <p>In the &quot;The software required for data access in the Contoso University application was added by installing the following NuGet packages:&quot; section:</p><p></p><p>Why does System.Web.Providers (ASP.NET universal providers) link to EntityFramework 5.0.0-beta1?</p><p></p><p>Why does SqlServerCompact link to elmah?</p><p></p><p>Do we need the Beta? Did you mean to say elmah in the text, or is the link wrong?</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/nivram509.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tdykstra</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Fri, 09 Mar 2012 20:52:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015083</guid><description><![CDATA[ <p>@nivram509 - The SqlServerCompact link should be <a rel="nofollow" href="http://nuget.org/packages/SqlServerCompact" target="_blank">nuget.org/</a></p><p></p><p>It&#39;s the EntityFramework link (not the System.Web.Providers) that links to 5.0 beta, because the content of that page changed after the tutorial was published.  The version used for the sample project is 4.2.</p><p></p><p>I&#39;ll get the link fixed and will add a note to all of them about the package version used in the example project, which may not be the same version currently released for the project.</p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tdykstra.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tdykstra</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Fri, 09 Mar 2012 21:05:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015084</guid><description><![CDATA[ <p>@nivram509 - On the question about when the amd64 and x86 folders show up, that should happen after you build the project because a post-build script added by the NuGet package is what does it.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tdykstra.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rubens.lopes</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Tue, 03 Jul 2012 09:09:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015896</guid><description><![CDATA[ <p>when i try to run the command &#39;Update-Databse&#39; on my project i got the following error: <a rel="nofollow" href="http://www.rubenslopes.com.br/error.txt" target="_blank">www.rubenslopes.com.br/</a></p><p></p><p>my appSettings key:</p><p></p><p>&lt;add key=&quot;DatabaseInitializerForType Macallani.Site.Models.MacallaniContext, Macallani.Site.Models&quot; value=&quot;Macallani.Site.DAL.MacallaniInitializer, Macallani.Site.DAL&quot; /&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/rubens.lopes.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rubens.lopes</title><link>http://asp.net/mvc/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-sql-server-compact-databases-2-of-12</link><pubDate>Tue, 03 Jul 2012 10:04:55 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015897</guid><description><![CDATA[ <p>already solve the problem, i was mistaken about &#39;MyAssmblyName&#39;</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/rubens.lopes.jpg?forceidenticon=false&amp;dt=635048503200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>