I am running a command from an executable by CMD of the Blue Prism software, I tested it locally and it worked, however I am with a doubt when I go up in production, because the IIS server will have the executable but the client will not have it...
I am using the CompiledQueries feature of the framewok core 2.0 entity but even though it does not syntax error, when the program is running, I get this exception:
Could not parse expression 'value
(Microsoft.EntityFrameworkCore.Query.In...
I'm trying to implement the X.PagedList paging, but in that line:
@Html.PagedListPager(Model, pagina => Url.Action(
"Index", new { pagina, search = ViewBag.Busca }))
I'm getting the following message:
'IHtmlHelper
Hello, I'm facing a boring problem, as I have a function on a page to cancel weighing. Weighing Why this page is an application that works internally by communicating with a balance over the network, collecting what is being weighed or not.
W...
Good afternoon. I have a web application developed in C # that uses connection to Mysql bank. I added the reference, the codebehind recognizes the reference to Mysql without problems. Except when running the application, it gives the error: Erro...
I made an edit function that works with 3 different models, the get loads the data of the id that I selected, but at the time of the post, the integers inside the dropdowns come with the attribute 0.
Here is my code for evaluation:
Control...
I have the following page using x.PagedList
@using AspNet.Models;
@using X.PagedList.Mvc
@{
ViewBag.Title = "Visualiza";
@model X.PagedList.IPagedList<AspNet.Models.Pessoa>
}
<h2>Pessoas Cadastradas</h2>
<div class="ta...
Good morning everyone.
I am currently suffering from a problem and can not find the solution.
I have a login system in ASP.NET C # when I do the authentication everything happens correctly only so that's the problem I need to get the ID value...
Gentlemen, I need guidance to start an ASP.NET MVC development project in Visual Studio. It is related to the implementation of the Authentication feature when creating a new ASP.NET project. My system will have two types of users, which will ne...