Version: v. 1.4.5
Internal Version: 1.4.5.0
Message: The .Net Framework OleDb Data Provider requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.53.6307.0 was found currently installed.
Stack Trace: at System.Data.Common.ADP.CheckVersionMDAC(Boolean ifodbcelseoledb)
at System.Data.OleDb.OleDbConnectionInternal.GetObjectPool()
at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at PTM.Data.DbHelper.ExecuteGetFirstRow(String cmdText)
at PTM.Framework.Helpers.ConfigurationHelper.GetConfiguration(ConfigurationKey key)
at PTM.Framework.Helpers.DBUpdaterHelper.UpdateDataBase()
at PTM.Framework.MainModule.Initialize(String userName)
at PTM.MainClass.Launch()
at PTM.MainClass.Main()