When I use the connection string constructor in an ASP.Net 5 application, I get this error:
Error CS0012 The type "DbConnectionStringBuilder" is defined in an assembly that is not referenced. You must add a reference to the assembly 'System.Data, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089'.
I use dnx451 as a framework, any sugestions?
user2070369
source share