markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Error : Simple.Data - Object reference not set to an instance of an object #404

Open shailesh1984 opened 2 years ago

shailesh1984 commented 2 years ago

I am getting the below error when modifying the connection string.

Sql Server 2017

connectionString="Data Source=.;Initial Catalog=DBName;Persist Security Info=True;Integrated Security=SSPI"

image