Last change
on this file since 2555 was
2530,
checked in by mkommend, 15 years ago
|
changed modeling database backend to use a shared read connection => notification by exception if another program is connected to the database (ticket #759)
|
File size:
1.8 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
---|
5 | <section name="HeuristicLab.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <connectionStrings>
|
---|
9 | </connectionStrings>
|
---|
10 | <system.serviceModel>
|
---|
11 | </system.serviceModel>
|
---|
12 | <runtime>
|
---|
13 | <gcServer enabled="true"/>
|
---|
14 | </runtime>
|
---|
15 |
|
---|
16 | <system.data>
|
---|
17 | <DbProviderFactories>
|
---|
18 | <remove invariant="System.Data.SQLite"/>
|
---|
19 | <add name="SQLite Data Provider" invariant="System.Data.SQLite"
|
---|
20 | description=".Net Framework Data Provider for SQLite"
|
---|
21 | type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
22 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
23 | <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5"
|
---|
24 | description=".NET Framework Data Provider for Microsoft SQL Server Compact"
|
---|
25 | type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
|
---|
26 | </DbProviderFactories>
|
---|
27 | </system.data>
|
---|
28 | <applicationSettings>
|
---|
29 | <HeuristicLab.Properties.Settings>
|
---|
30 | <setting name="User" serializeAs="String">
|
---|
31 | <value>unknown</value>
|
---|
32 | </setting>
|
---|
33 | <setting name="Organization" serializeAs="String">
|
---|
34 | <value>unknown</value>
|
---|
35 | </setting>
|
---|
36 | </HeuristicLab.Properties.Settings>
|
---|
37 | </applicationSettings>
|
---|
38 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.