我最近升級到7.6.3,並且在檢視視圖中的媒體圖像URL時出現問題。爲了測試purpposes,我添加了一個新的MediaPicker2屬性的一個節點,建立一個價值,並試圖在我的Razor視圖來獲得它的值:升級後無法從Umbraco獲取媒體圖像URL
var icon2 = Model.Content.GetProperty("icon2");
執行Model.Content.GetPropertyValue("icon2")
引發以下錯誤:
An exception of type 'System.Exception' occurred in Umbraco.Core.dll but was not handled in user code
Additional information: Exception while creating a value.
InnerException: "Object reference not set to an instance of an object."
Model.Content.GetPropertyValue<IPublishedContent>("icon2")
拋出了同樣的錯誤。
我在做什麼錯?
在umbracoSettings.config被EnablePropertyValueConverters設爲錯誤還是真的? – Eyescream
它設置爲true。 – SsjCosty
你升級了哪種版本的Umbraco? – Harvey