我想在Nwazet.ZenGallery Module
(ZenGallery.cshtml
)中使用Image Resizer Module 。在另一個果園模塊中使用imageresizer不起作用
但不知何故,它不工作。當我在主題的視圖中使用@Html.Thumnail(...)
時,它起作用,但不在ZenGallery模塊的視圖中。爲什麼?
它說The type or namespace name 'Contrib' could not be found (are you missing a using directive or an assembly reference?)
我該如何解決呢?
我想這是因爲contrib.thumbnails沒有構建在zengallery模塊之前? – k0ni
我想這是因爲你沒有添加對csproj的引用... –
謝謝你,你是一如既往的問候:) btw偉大的模塊(ZenGallery) – k0ni