Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>thanks for your tip - helped me alot. There's a <a href="http://blogs.msdn.com/b/sqlservercompact/archive/2010/05/12/troubleshooting-problem-with-private-deployment-of-sql-server-compact-3-5sp2-entity-dll.aspx" rel="nofollow noreferrer">post on the SQL Server Compact-Team blog</a> which add some additional information for the Sql Server Compact 3.5 SP2 release.</p> <p>After struggling for a while with the private deployment of sql server compact i found out some additional requirements.</p> <p>I tried out my app on several different systems and recognized that my app not worked properly on some of them.</p> <p>Example: Try this:</p> <p>-I've set up a clean winxp sp3 installation</p> <p>-installed the .net Framework 4.0 extended</p> <p>-deployed my app to the new installation (including all necessary dll's and tweaks described in your/sql server compact team blog post's)</p> <p>So, after some research i found out that in addition to the .net framework 4 installation i had to install the .net framework 2 as well and it worked fine.</p> <p>So here is my question: which component is used by the sql server compact edition which is not contained in the .net framework 4?</p> <p>I don't want overload my setup and chain two frameworks to my bootstrapper... Does anybody know any good Tip?</p> <h2>Many thanks to the sql server compact Team!</h2> <p>SQL Server Compact v3.5 depends on ‘Visual C++ Runtime 2005 (or 8.0)’ (also known as CRT80). We package the CRT80 modules in our MSI. In case of private deployment,</p> <h2>you need to take care of this dependency. Things work with .NET FX v2.0 on the system automatically because .NET FX v2.0 also packages and installs CRT80 modules.</h2> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload