I have two usercontrols with nuget Package sqlite and can just add one reference to a Mainprogram if I add the second reference I got this error:
Error 10 The type 'SQLite.SQLiteConnection' exists in both 'c:\Work\- Samples\- Wpf\testwrap\MediaViewerControl\bin\Debug\MediaViewerControl.dll'
and 'c:\Work\ItuneLibUtility-12\DiscOgsSearchCtrl\DiscOgsSearchCtrl\bin\Debug\DiscOgsSearchCtrl.dll'
C:\Work\ItuneLibUtility-12\MDreamMediaViewer\MDreamMediaViewer\Dialogs\MovieDialog2.xaml.cs
How can I solve this ?