diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-20 18:19:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-20 18:19:55 +0200 |
| commit | 83d10267952a89ee26cc2b4fad0904247d50f5b2 (patch) | |
| tree | 318fb9a3adae9b2ff118a4a48948a05876f6d2fd /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config | |
| parent | db89412e079e151a3217ed2a108820ebe6ba2f30 (diff) | |
| download | Tango-83d10267952a89ee26cc2b4fad0904247d50f5b2.tar.gz Tango-83d10267952a89ee26cc2b4fad0904247d50f5b2.zip | |
Fixed all issues with machine studio installer.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config index d38c3ed69..9d1c60022 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config @@ -17,9 +17,7 @@ <DbProviderFactories> <remove invariant="System.Data.SQLite.EF6" /> <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" /> - <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" /> - </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" /></DbProviderFactories> </system.data> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
