Skip to main content
-2 votes
1 answer
106 views

I could use some help to figure out why my code is failing… I'm trying to execute a stored procedure with 130 parameters. The stored procedure works when I comment out two of the flag bit parameters ...
Paul's user avatar
  • 99
0 votes
1 answer
62 views

Suddenly all my websites fails with this error (converted from danish): System.DllNotFoundException: Unable to load 'Microsoft.Data.SqlClient.SNI.x86.dll' could not be found. Using Microsoft.Data....
MojoDK's user avatar
  • 4,568
1 vote
1 answer
154 views

I originally posted this question: how-can-i-create-a-tar-file-in-memory-from-several-varbinarymax-columns-stored which was helpful. But I realized we might need to create large .tar files, with files ...
Filip's user avatar
  • 469
0 votes
0 answers
59 views

I have a SQLCLR scalar function that uses the context connection to read data. Sometimes, the SQL statement being run by the CLR deadlocks. The scalar function itself is being run in a standard stored ...
Dan Def's user avatar
  • 1,987
-1 votes
1 answer
493 views

I've recently switched to using Aspire and I'm noticing some strange behaviors. I'm getting the following error when trying to access the database: System.InvalidOperationException: ...
3xGuy's user avatar
  • 2,509
0 votes
0 answers
99 views

I am supporting a ASP 2.0 legacy application and want to add some capabilities (HTML editor, PDF generation). Of course these new capabilities do not have a older version of their libraries that I can ...
Pop's user avatar
  • 71
0 votes
1 answer
124 views

My goal is to be able to use the Microsoft.Data.SqlClient libraries in my scripts. I imported this library from the NuGet plugin in Unity. When I attempt to run code from this library in my scripts, I ...
Hayden Ridgeway's user avatar
0 votes
1 answer
104 views

I have written a tool to update multiple databases as part of our DEVOPS CI/CD pipeline. This tool works without issue. We are migrating host platforms for our SaaS product, and as part of this, I ...
Damo's user avatar
  • 2,112
0 votes
1 answer
117 views

I currently am working on a .NET 4.8 project deployed using an Azure pipeline. This project uses Serilog to write logs to a SQL database, and has been doing this for some time. The Serilog logic ...
SpicyPirate's user avatar
0 votes
1 answer
66 views

In MAUI application I add a reference to Microsoft.Data.SqlClient in order to work with SQL Server. I also add a Dataset and create some dataadapters. Designer generates the code where it references ...
Vadim Rapp's user avatar
3 votes
1 answer
179 views

In Microsoft.Data.SqlClient/System.Data.SqlClient libraries, the Sql errors returned with the SqlException have a property called Number. In many of StackOverflow questions and other discussions over ...
Babangida's user avatar
0 votes
1 answer
285 views

We have an app service that connects to Azure SQL using MI. Ever since we migrated to using MI, we are seeing this error: An unhandled exception occured while processing a job: Microsoft.Data....
Nikita Christie's user avatar
-2 votes
1 answer
154 views

My scenario I have a new ASP.NET Core web application and I've connected it to my locally running SQL Server database. I can add migrations and update-database from package console manager without any ...
Arj's user avatar
  • 85
-1 votes
1 answer
357 views

I have a question. I need use a special user account on SQL Server. This account has a user id and password. When I connect using an app on .NET 4.8, I don't have a problem, but when I try to connect ...
Leo's user avatar
  • 1
0 votes
1 answer
222 views

Microsoft.Data.SqlClient is not supported on this platform Created a class library that is running SQL query using Microsoft.Data.SqlClient. Used DLL of that class library in console app (Including ...
HItesh Kumar's user avatar

15 30 50 per page
1
2 3 4 5
36