SqlGuidCaster issue on .NET

Posts   
 
    
dodyg
User
Posts: 44
Joined: 04-Dec-2014
# Posted on: 08-May-2024 15:20:34   

We encounter the following problem when using .NET 8 and LLBLGen 5.10 connecting to an SQL Server

https://github.com/dotnet/SqlClient/issues/1930

We did update to the latest version of

<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />

but the problem remains.

Attachments
Filename File size Added on Approval
problem.png 229,030 08-May-2024 15:20.48 Approved
dodyg
User
Posts: 44
Joined: 04-Dec-2014
# Posted on: 08-May-2024 16:13:07   

This solved this <PackageReference Include="System.Data.SqlClient" Version="4.8.6" />