Unable to use of System.Data.OleDb in Rhino 8

Hi,

I’m migration our plugin to Rhino 8.
I’m using System.Data.OleDb in my plugin installed using NuGet.

First I had the problem of could not load file or assembly:

Could not load file or assembly ‘System.Data.OleDb, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’

After adding <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>, the previous error looked solved but now I have this error:

System.Data.OleDb is not supported on this platform. at System.Data.OleDb.OleDbConnection…ctor(String connectionString)

Please, could you help me?

Thanks!
Jordi

Moved to Developer category