-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you switch to .NET Core, the native dll will be automatically copied to the bin folder. |
Beta Was this translation helpful? Give feedback.
-
ok, so in my case (.net 4.8.2) it's better to use DuckDB.NET.Data and put duckdb.dll manually. Thanks! |
Beta Was this translation helpful? Give feedback.
If you switch to .NET Core, the native dll will be automatically copied to the bin folder.