Hi there, I have made some progress with Comms and Security but still can not get it to install, I have attached the MSI Logfile that I created with it,
Data Access Layer is working but only has one load of information in the CONFIG file, However I can manually add the remaining details but am just wondering why it only has one section. Below is what is in Data Access Layer
Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<providers>
<provider name="Pg" type="RM.Networks.Comms.Data.Providers.Pg.PgDalProviderFactory, RM.Networks.Comms.Data.Providers.Pg, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eeb5625e6980d3a5" />
<provider name="SqlCe35" type="RM.Networks.Comms.Data.Providers.SqlCE.SqlCe35DalProviderFactory, RM.Networks.Comms.Data.Providers.SqlCe35, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eeb5625e6980d3a5" />
<provider name="SQLite" type="RM.Networks.Comms.Data.Providers.SQLite.SQLiteDalProviderFactory, RM.Networks.Comms.Data.Providers.SQLite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eeb5625e6980d3a5" />
<provider name="OleDB" type="RM.Networks.Comms.Data.Providers.OleDb.OleDbDalProviderFactory, RM.Networks.Comms.Data.Providers.OleDb, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eeb5625e6980d3a5" />
</providers>
</configuration> Again any help would be greatly appreciated and as for Comms and Security the file is v2.6.0.0 and is 1.3MB incase that is important
commsandsecurity.txt
Thanks all