|
I'm reading that the difference between the 2 nuget packages is only that the full version has duckdb.dll included. I'm using the DuckDB.NET.Data.Full but I have to put duckdb.dll manually inside my exe file of my windows forms 4.8.2 project; it is not included automatically after compilation. The same happens if I use DuckDB.NET.Data, so I don't understand the difference or if I'm making a mistake. Thanks |
Answered by
Giorgi
Sep 5, 2025
Replies: 2 comments
|
If you switch to .NET Core, the native dll will be automatically copied to the bin folder. |
0 replies
Answer selected by
brasio
|
ok, so in my case (.net 4.8.2) it's better to use DuckDB.NET.Data and put duckdb.dll manually. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you switch to .NET Core, the native dll will be automatically copied to the bin folder.