This is the new little code on my View.cshtml:
@Html.HiddenFor(i => i.vVendaUnitarioSemImpostoSemFormatacao)
When I'm on debug mode, it works normally, but when I put in release mode and publish on azure, doesn't update what I've codded.
I've already tried:
<MvcBuildViews>true</MvcBuildViews>
optimizeCompilations="true
on <compilation>
in web.configSomeone can help me on that?
I saw this post Certain Razor views not publishing . What I did to resolve the problem was create another view, with another name and change the code where I'm calling the old view.