Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Within the configuration file of CardExchange® Visitor is a commented out section as shown in green below:

Code Block
languagepycollapsetruexml
<entityFramework> 
	<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> 
	<providers> 
		<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> 
		<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> 
		<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6" /> 
	</providers> 
	<!--<interceptors> 
		<interceptor type="System.Data.Entity.Infrastructure.Interception.DatabaseLogger, EntityFramework"> 
			<parameters> 
				<parameter value="C:\Users\Public\Documents\VisitorExchange\VisitorExchange.log"/> 
			</parameters> 
		</interceptor> 
	</interceptors>--> 
</entityFramework>

...