<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Privately Deploying SQL Server Compact with the ADO.NET Entity Provider</title><link>http://blogs.msdn.com/stevelasker/archive/2008/10/22/privately-deploying-sql-server-compact-with-the-ado-net-entity-provider.aspx</link><description>When privately deploying SQL Server Compact you will need to take a few extra steps if you wish to use the ADO.NET Entity Model. Here's some info on how to do it. Why the extra steps? The ADO.NET Entity model was designed as a mid-tier solution. In the</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Privately Deploying SQL Server Compact with the ADO.NET Entity Provider</title><link>http://blogs.msdn.com/stevelasker/archive/2008/10/22/privately-deploying-sql-server-compact-with-the-ado-net-entity-provider.aspx#9027660</link><pubDate>Sat, 01 Nov 2008 05:39:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9027660</guid><dc:creator>Maarten van Stam</dc:creator><description>&lt;p&gt;Steve,&lt;/p&gt;
&lt;p&gt;I just created (well been messing around for a week now ... ) to create an installer for a VSTO project including the compact dlls. Everything fine until I deploy to this clean machine and the customized vsto document in a different location than the .vsto manifest (and the rest of the dlls).&lt;/p&gt;
&lt;p&gt;In that case you get the darn &amp;quot;Unable to load sqlceme35.dll&amp;quot; crash. I tested this and it can be solved to move the dlls to a location that can be found in the system path (such as System32) but this makes the private install excercise a bit useless as the advantage of having the private install was that I didn't have to involve IT in any way.&lt;/p&gt;
&lt;p&gt;Do you have a suggestion on how to get these dlls 'in vision' without having IT in my face ;-) ?&lt;/p&gt;</description></item><item><title>re: Privately Deploying SQL Server Compact with the ADO.NET Entity Provider</title><link>http://blogs.msdn.com/stevelasker/archive/2008/10/22/privately-deploying-sql-server-compact-with-the-ado-net-entity-provider.aspx#9028262</link><pubDate>Sat, 01 Nov 2008 18:59:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9028262</guid><dc:creator>Steve.Lasker</dc:creator><description>&lt;p&gt;Hi Marteen,&lt;/p&gt;
&lt;p&gt;The problem you’re hitting is the way private deployment works is by leveraging the probing path of the .NET loader. &amp;nbsp;When the .NET Loader first runs, it looks in the GAC for that strong name assembly. &amp;nbsp;…assuming it’s strongly named. &amp;nbsp;If it can’t find that specific version in the GAC, it will then go through its probing path. &amp;nbsp;The next path is the directory for the app that started the process. &amp;nbsp;Being a VSTO app, I’m assuming you’re launching this from Word or Excel. &amp;nbsp;This is likely why it’s not working in your scenario. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I’d have to think if there are other probing path options available, but can’t think of any right now…&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
</description></item><item><title>SQL Compact privately installed and VSTO</title><link>http://blogs.msdn.com/stevelasker/archive/2008/10/22/privately-deploying-sql-server-compact-with-the-ado-net-entity-provider.aspx#9041877</link><pubDate>Wed, 05 Nov 2008 01:44:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9041877</guid><dc:creator>Maarten van Stam - Soft As In Software :-)</dc:creator><description>&lt;p&gt;I just created (well been messing around for a week now with various parts of that installer) an installer&lt;/p&gt;
</description></item></channel></rss>