Buna benzer bir model var:
public class SampleModel
{
public Product Product { get; set; }
}
Denetleyicimde yazdırmaya çalışırken bir istisna alıyorum
@Html.TextBoxFor(p => p.Product.Name)
Bu hata:
Exception: An expression tree may not contain a dynamic operation
Herkes bana bu düzeltmek için bazı ipuçları verebilir gerçekten takdir ediyorum!