我有两个带有 nuget Package sqlite 的用户控件,如果我添加第二个引用,则可以只添加一个对 Mainprogram 的引用,但出现此错误:
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
我该如何解决这个问题?