<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: LINQ with SQL Server CE 3.5</title>
	<atom:link href="http://www.geekfreeq.com/linq-sql-server-ce-35/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekfreeq.com/linq-sql-server-ce-35/</link>
	<description></description>
	<lastBuildDate>Fri, 20 Aug 2010 22:04:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Morrison</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-22</link>
		<dc:creator>Michael Morrison</dc:creator>
		<pubDate>Sat, 18 Jul 2009 20:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-22</guid>
		<description>Unfortunately, this host only allows Access (or MySql) for free.  I am not aware that SQL Express can be run as a &quot;file-mode&quot; DB like Access could, and must be installed.  Am I mistaken?</description>
		<content:encoded><![CDATA[<p>Unfortunately, this host only allows Access (or MySql) for free.  I am not aware that SQL Express can be run as a &#8220;file-mode&#8221; DB like Access could, and must be installed.  Am I mistaken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-21</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 18 Jul 2009 17:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-21</guid>
		<description>Hi Michael,

The scenario I described in this article will not work for Web applications. The DLL libraries I mentioned for xcopy are not .NET assemblies; they are C/C++ binaries used to run the SQL Server Compact Edition engine directly.

What you want is &lt;a href=&quot;http://www.microsoft.com/express/sql/default.aspx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SQL Server Express Edition&lt;/a&gt;. Most Web hosts support SQL Server Express, and it is very easy to &lt;a href=&quot;http://www.ehow.com/how_5157965_use-sql-server-express.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;learn how to use it&lt;/a&gt; in your Web projects, include MVC applications.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>The scenario I described in this article will not work for Web applications. The DLL libraries I mentioned for xcopy are not .NET assemblies; they are C/C++ binaries used to run the SQL Server Compact Edition engine directly.</p>
<p>What you want is <a href="http://www.microsoft.com/express/sql/default.aspx" target="_blank" rel="nofollow">SQL Server Express Edition</a>. Most Web hosts support SQL Server Express, and it is very easy to <a href="http://www.ehow.com/how_5157965_use-sql-server-express.html" target="_blank" rel="nofollow">learn how to use it</a> in your Web projects, include MVC applications.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Morrison</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-20</link>
		<dc:creator>Michael Morrison</dc:creator>
		<pubDate>Sat, 18 Jul 2009 16:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-20</guid>
		<description>After hours of searching on the web, I finally came across your article and thought, &quot;voila, there&#039;s the answer I need&quot;.  Well, I followed the instructions and copied all my files over to my host (asp.net mvc app).  But it still isn&#039;t working.  It just gives an unspecified error.  here&#039;s the stack trace, any clue?:
at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr) at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent) at System.Data.SqlServerCe.SqlCeConnection.Open() at System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) at System.Data.Linq.DataQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator() at LakeviewMVC.Controllers.SaleController.Index()</description>
		<content:encoded><![CDATA[<p>After hours of searching on the web, I finally came across your article and thought, &#8220;voila, there&#8217;s the answer I need&#8221;.  Well, I followed the instructions and copied all my files over to my host (asp.net mvc app).  But it still isn&#8217;t working.  It just gives an unspecified error.  here&#8217;s the stack trace, any clue?:<br />
at System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr) at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent) at System.Data.SqlServerCe.SqlCeConnection.Open() at System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) at System.Data.Linq.DataQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator() at LakeviewMVC.Controllers.SaleController.Index()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-19</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 26 Apr 2009 14:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-19</guid>
		<description>You&#039;re welcome, Dan. Thank you for the added tip!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, Dan. Thank you for the added tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-18</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 25 Apr 2009 15:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-18</guid>
		<description>Thanks for this, saved me heaps of hassle!  As a side note, if you&#039;re running SP1 for SQLCE 3.5 then you need to change the version to 3.5.1.0.</description>
		<content:encoded><![CDATA[<p>Thanks for this, saved me heaps of hassle!  As a side note, if you&#8217;re running SP1 for SQLCE 3.5 then you need to change the version to 3.5.1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-17</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 25 Apr 2009 03:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-17</guid>
		<description>Glad it helped!</description>
		<content:encoded><![CDATA[<p>Glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-16</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 23 Apr 2009 06:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-16</guid>
		<description>Thanks a lot for this, I was already pulling my hair over this problem for 2 days.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, I was already pulling my hair over this problem for 2 days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-5</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 26 Oct 2008 03:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-5</guid>
		<description>I&#039;m glad this helped!

Actually, I could not find this particular scenario documented even before SP1. Perhaps, the topic was overlooked in favor of merge modules and now only the MSI. Either way, this is viable and should be updated in the documentation. Maybe in the next release; we&#039;ll see.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad this helped!</p>
<p>Actually, I could not find this particular scenario documented even before SP1. Perhaps, the topic was overlooked in favor of merge modules and now only the MSI. Either way, this is viable and should be updated in the documentation. Maybe in the next release; we&#8217;ll see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel stolt</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-4</link>
		<dc:creator>Daniel stolt</dc:creator>
		<pubDate>Sat, 25 Oct 2008 22:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-4</guid>
		<description>Thank you so much for explaining this! This post is a real lifesaver!

It seems the sections about xcopy deployment have mysteriously disappeared from the SQL CE 3.5 Books Online as of SP1, and now it seems that only the MSI is supported... that made me very upset until I found this post. Wonder why they do not consider this solution viable enough to support and document it...</description>
		<content:encoded><![CDATA[<p>Thank you so much for explaining this! This post is a real lifesaver!</p>
<p>It seems the sections about xcopy deployment have mysteriously disappeared from the SQL CE 3.5 Books Online as of SP1, and now it seems that only the MSI is supported&#8230; that made me very upset until I found this post. Wonder why they do not consider this solution viable enough to support and document it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.geekfreeq.com/linq-sql-server-ce-35/comment-page-1/#comment-3</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 13 Jul 2008 22:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ventaur.com/index.php/archives/linq-with-sql-server-ce-35#comment-3</guid>
		<description>@Omid

You are quite welcome! I&#039;m glad that helped. It was very difficult to figure out, and I would not wish the ordeal on anyone.</description>
		<content:encoded><![CDATA[<p>@Omid</p>
<p>You are quite welcome! I&#8217;m glad that helped. It was very difficult to figure out, and I would not wish the ordeal on anyone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
