Posts by William Gambini • 21 points
2 posts
-
1
votes1
answer69
viewsQ: Compilation Error - Azure - CS0103
I’m having a problem hosting a website MVC 5, in my VS2013 works on localhost normally, everything 100%, but when uploading to a server appears this error: Compilation Error Description: An error…
windows-azureasked William Gambini 21 -
1
votes1
answer336
viewsQ: @Html.Dropdownlist returns null value
ASP.NET MVC4 I’m having a data return problem of a dropdownlist where the same list correctly values, but when choosing some value and post on the page the value arrives as null in the controller.…