I've tried everything. I have no clue what the integrated security is but I install SQLExpress with everything on it, so I assume that its there. My computer name is AARONSI and the instance name is SQLEXPRESS, I've tried localhost and various other things nothing seems to work, Should I remove my DTOOLSMSDE instance its still on here from the old sdk I was testing.
|
HTML Code:
|
<add name="DTools.SystemIntegrator..SDK.DAL.Properties.Settings.DToolsMasterTableConnectionString"
connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=DToolsMasterTable;Integrated
Security=true"
providerName="System.Data.SqlClient" />
<add name="DTools.SystemIntegrator.SDK.DAL.Properties.Settings.DToolsProjects40ConnectionString"
connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=DToolsProjects40;Integrated
Security=true"
providerName="System.Data.SqlClient" /> |