Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <system.data>
|
---|
4 | <DbProviderFactories>
|
---|
5 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
6 | <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5"
|
---|
7 | description=".NET Framework Data Provider for Microsoft SQL Server Compact"
|
---|
8 | type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
---|
9 | </DbProviderFactories>
|
---|
10 | </system.data>
|
---|
11 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.