Created
January 27, 2019 14:00
-
-
Save ErikEJ/ed03a827effcb61a361f8dce87c52c1d to your computer and use it in GitHub Desktop.
SQL Server Compact private deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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