我用手再一次被精心 BDC ADF 檔編制 (這樣,可以生成我 "離開我的草坪!" 房置業) 打了這個可愛的錯誤:
"應用程式定義導入失敗. 出現了以下錯誤:"
如您所見, 有錯誤, 但 … 它不會告訴我它是什麼.
以我為例, 問題原來我已經開始了與一個不同的專案,它連接到資料庫並執行對視圖的 SQL 查詢功能 ADF. 在這個新專案, 我號召一個 web 服務方法. 去掉了 DB 的具體東西,加上我的 web 服務東西, 但是,更新失敗 <LobSystem>類型屬性. 轉向了"web 服務" 和我愉快地移動到新的和更令人興奮的導入錯誤, 這是在適當的時候處理.
這裡是錯 LobSystem:
<LobSystem
xmlns:xsi =http://www.w3.org/2001/XMLSchema-instance
xsi:schemaLocation =http://schemas.microsoft.com/office/2006/03/BusinessDataCatalogBDCMetadata.xsd
類型 ="資料庫"
版本 ="1.0.0.0" 名稱 ="xyzzy"
xmlns ="http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">
這是正確的:
<LobSystem
xmlns:xsi =http://www.w3.org/2001/XMLSchema-instance
xsi:schemaLocation =http://schemas.microsoft.com/office/2006/03/BusinessDataCatalogBDCMetadata.xsd
類型 ="web 服務"
版本 ="1.0.0.0" 名稱 ="xyzzy"
xmlns ="http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog">
</結束>