Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use full version for the 2010 specific test App.Config as well. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | build-enhancements |
Files: | files | file ages | folders |
SHA1: |
de7d2182a32a448c292556a74f604a63 |
User & Date: | mistachkin 2011-07-02 11:53:03.501 |
Context
2011-07-03
| ||
04:08 | Update docs to prepare for release. check-in: eac26b11cc user: mistachkin tags: build-enhancements | |
2011-07-02
| ||
11:53 | Use full version for the 2010 specific test App.Config as well. check-in: de7d2182a3 user: mistachkin tags: build-enhancements | |
10:23 | Add automation to generate binary archives for Windows CE. check-in: 4e0d7f1fd9 user: mistachkin tags: build-enhancements | |
Changes
Changes to testlinq/2010/App.config.
1 2 3 4 | <?xml version="1.0"?> <configuration> <system.data> <DbProviderFactories> | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0"?> <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite" /> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.73.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> <connectionStrings> <add name="northwindEFEntities" connectionString="metadata=res://*/NorthwindModel2010.csdl|res://*/NorthwindModel2010.ssdl|res://*/NorthwindModel2010.msl;provider=System.Data.SQLite;provider connection string="data source=.\northwindEF.db"" providerName="System.Data.EntityClient" /> </connectionStrings> </configuration> |