0
我是在Xamarin中的begginer,但我必須編寫應用程序。我必須連接到MySQL並更新一些數據。我寫的代碼,在2013年快遞工作,但在Xamarin我有錯誤:Xamarin(android)數據庫連接錯誤
The type 'System.Data.Common.DbConnection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (CS0012)
我能做些什麼來修復它? - 改變目標框架?
我使用Mysql.Data.dll
請快速回答:)
謝謝,它的工作原理:D,但我必須損壞東西,,,我有錯誤... 錯誤:加載程序集時出現異常:System.IO.FileNotFoundException:無法加載程序集'System.Configuration.Install, Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'。也許它不適用於Android個人資料的Mono中? – jasniec
嗯......也許這不是我的錯......在添加這個引用後,它顯示了這個錯誤,並警告說「在相同的相關程序集版本之間存在衝突」 – jasniec