markrendle / Simple.Data

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

The type or namespace name 'Simple' could not be found (are you missing a using directive or an assembly reference?) #381

Open anilbajracharya opened 8 years ago

anilbajracharya commented 8 years ago

here is my web config <add name="Simple.Data.Properties.Settings.DefaultConnectionString" connectionString="Data Source=ANIL-39\SQLEXPRESS;Initial Catalog=savaavy_mwf;persist security info=True; Integrated Security=SSPI" />

i have installed from package manger PM> Install-Package Simple.Data.SqlServer