Activity overview
Latest activity by Vitiate1984
Hi Redgate Support, I'm encountering the same issue with SQL Data Generator failing to load System.Text.Json, Version=8.0.0.4. I have attempted the following troubleshooting steps:
Manual DLL placement (adding System.Text.Json.dll to the install directory).
Binding redirects in SQL Data Generator.exe.config .
Installing System.Text.Json 8.0.0.4 via NuGet.
Forcing Redgate SQL Data Generator to use .NET 8 by creating a .runtimeconfig.json .
Setting verbose logging, but no logs are generated for SQL Data Generator.
Despite these efforts, the issue persists. This suggests a potential bug in the installer, possibly due to:
A missing dependency in the installation package.
An incorrect .NET version reference (no .runtimeconfig.json is included).
A failure to dynamically resolve System.Text.Json from the installed .NET runtime.
Has this been resolved for anyone else, or is this a known issue with the installer? / comments
Hi Redgate Support,I'm encountering the same issue with SQL Data Generator failing to load System.Text.Json, Version=8.0.0.4.I have attempted the following troubleshooting steps:
Manual DLL placem...