Posts by dhony • 15 points
2 posts
-
1
votes1
answer149
viewsQ: The Viewdata item that has the key 'Fabricanteid' is of type 'System.Int64' but must be of type 'Ienumerable<Selectlistitem>
I am trying to develop an application in ASP.NET MCV 5. This excerpt is returning this error message. @Html.DropDownList("FabricanteId", null, htmlAttributes: new { @class = "form-control" })…
-
-1
votes1
answer666
viewsQ: Import: cannot import name Certs
I am running some exercises that I find on the internet. One of them is to use the module requests I installed the module in /site-Packages, but when I try to import it, the shell returns me the…