runTimeBinderexception: ' f__anonyntype7 /> Anscheinend heißt es, dass der folgende Code nicht Idanunciomoto enthält (was nicht sein soll). < /p>
Code: Select all
ViewBag.UltimosAnunciosPeca = anunciosPecaQuery
.Select(a => new
{
a.IdAnuncioPeca,
a.Titulo,
a.DataPublicacao,
a.Preco,
Peca = a.IdPecaNavigation.Nome
})
.ToList();
< /code>
Die Seite zeigt einen Fehler aus diesem Teil der Seite. < /p>
@foreach (var anuncio in ViewBag.UltimosAnunciosMoto)
{
@anuncio.Titulo
€@anuncio.Preco
@anuncio.DataPublicacao.ToString("dd/MM/yyyy")
[url=#]Excluir[/url]
Renovar
}