hasankhan wrote:
I did just figure it out though. I had to erase the <system.data> and the <entityFramework> sections all together. It appears to be working now but the chat messages that are logged are being doubled both in the history viewer and the SQL server, is that supposed to happen? doesn't seem like that is desired behavior.
EDIT so it looks like one client is logging the sent message and the other client is logging the received message because the time stamps are about a half second apart. Is there a way to fix it so it only logs the sent or vise versa? if not I'm just gladi got it connecting and logging to SQL for now lol
Did you change the DBProvider app setting to point to the SQLClient provider?I don't have that option, Must just be in the 3.4 beta.
See http://squiggle.codeplex.com/SourceControl/latest#Squiggle.UI/app.config
Look for DbProvider key in appSettings<appSettings> <add key="DbProvider" value="System.Data.SQLite.EF6" />
I did just figure it out though. I had to erase the <system.data> and the <entityFramework> sections all together. It appears to be working now but the chat messages that are logged are being doubled both in the history viewer and the SQL server, is that supposed to happen? doesn't seem like that is desired behavior.
EDIT so it looks like one client is logging the sent message and the other client is logging the received message because the time stamps are about a half second apart. Is there a way to fix it so it only logs the sent or vise versa? if not I'm just gladi got it connecting and logging to SQL for now lol