Posts by Thiago Barros • 15 points
6 posts
-
0
votes0
answers20
viewsQ: Receive a number through a Stored Process c#
I have an object that has properties of various types and one of them is a List <int? >, however when executing a precedent it returns me only one number, does it work if I remove the list and…
-
0
votes2
answers100
viewsA: Razor language regionality
Worked! var cultureInfo = new CultureInfo("pt-BR"); CultureInfo.DefaultThreadCurrentCulture = cultureInfo; Just add as our friend Barbetta, reported! Thank you.…
-
0
votes2
answers100
viewsQ: Razor language regionality
I’m having a problem with Razor (using MVC 2.1 .Net Core) when generating the screen, as follows code below, this appearing the correct date in my Local development environment, but after Publish…
-
0
votes1
answer287
viewsA: When Generating PDF with Rotary viewPDF does not display - error 404 - Works Only Local
Guys, problem solved, after installation via Nuget, have to download and copy the exe’s and the Dll s (msvcp120.dll,msvcr120.dll, wkhtmltox.dll)This first sdois takes on the system, into the Rotary…
-
0
votes1
answer287
viewsQ: When Generating PDF with Rotary viewPDF does not display - error 404 - Works Only Local
I’m trying to generate a PDF with Rotary, I can normally on Local, but when I publish it displays error 404. I’ve already added Dlls to the project. public IActionResult…
-
0
votes1
answer220
viewsQ: Button created Dynamically does not fire Asp-action - core 2 MVC
I have a cshtml (view) on this page I use a typed template and inside I use a POST form, I create a div(dinamicamnete with ajax) with some components, ALL appear normal, but the button to fire an…