Skip to content

Instantly share code, notes, and snippets.

@ErikEJ
Created January 27, 2019 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErikEJ/ed03a827effcb61a361f8dce87c52c1d to your computer and use it in GitHub Desktop.
Save ErikEJ/ed03a827effcb61a361f8dce87c52c1d to your computer and use it in GitHub Desktop.
SQL Server Compact private deployment
<runtime>
<gcServer enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SqlServerCe" publicKeyToken="89845dcd8080cc91" culture="neutral" />
<bindingRedirect oldVersion="4.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment