About 52 results
Open links in new tab
  1. vb.net - Using System.Data.Sqlclient instead of Microsoft.Data ...

    Feb 8, 2024 · System.Data.SqlClient only understands a couple of Entra ID auth flows natively. But you can fetch an access token for Azure SQL Database using any auth flow you need, and set the …

  2. .net - SQL Connection Error: System.Data.SqlClient.SqlException ...

    May 26, 2015 · I am seeing this in several situations and it is intermittent in our web based application connecting to SQL Server 2008 R2 serve back end. Users are coming across a point 2 point …

  3. 'Microsoft.ACE.OLEDB.16.0' provider is not registered on the local ...

    Nov 1, 2016 · Thanks for your answer, very useful. I have Office (2016) 64-bit and SQL 64-bit AND the corresponding connector Microsoft.ACE.OLEDB.16.0. However I was getting the message …

  4. System.Windows.Data is missing from my list of .NET libraries

    Aug 21, 2010 · Although IValueConverter is in the System.Windows.Data namespace, it's in the PresentationFramework assembly. It's worth being aware of the difference between the two …

  5. Cannot find namespace 'System.Data.SqlServerCe'

    From the popup window go to .Net tab and select System.Data.SqlServerCe from the list and click OK to add the namespace to the project. If you are OK with step 1, add using System.Data.SqlServerCe; to …

  6. Type or namespace name 'Data' does not exist in the namespace …

    Jun 13, 2016 · First when you hover your " System.Data " it shows a message, which is pretty much straight forward to understand that you haven't used any classes of System.Data.

  7. Could not connect to sql server: SQL server Instance failure.

    The issue was I had two SQL server instance on the same machine. Both instances were listening to connection on the same port, as describe in this forum Solution 1: Change one instance to run on …

  8. System.Data.SqlClient.SqlException: Login failed for user

    System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String …

  9. 'The specified invariant name 'System.Data.SqlClient' wasn't found in ...

    Nov 14, 2024 · We have a .Net Framework 4.6.1 assembly and included it on a .Net Core 3.1 api, so we needed to include 'Microsoft.Data.SqlClient' on both, the library and the main api project. Change …

  10. Error: An unhandled exception of type 'System.Data.SqlClient ...

    Jul 30, 2015 · Error: An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll Asked 10 years, 8 months ago Modified 10 years, 8 months ago Viewed 7k times