I am using VB 2010 Express and SQL Server 2008 R2 (express, too, so free)
but it doesn't work for me.
the app.config is
providerName="System.Data.SqlClient" />
and the error I get is
Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed
and the code is
Dim conn As SqlConnection
conn = New SqlConnection(ConfigurationManager.ConnectionStrings("default").ToString())
I really don't know where to look at.
thanks
Mayur DighePosted Feb 22, 2011, 11:17 AM
providerName="System.Data.SqlClient" />
----OR------
providerName="System.Data.SqlClient" />