Questions tagged as 'c#'

0
answers

How and where to call the method of creating a Token in WebApi to perform the validation of my user?

Good evening! I am doing a user authentication using HMACSHA512, however I am having difficulty calling the authentication method at project start and in my controller (I am using .NET). I did this in .NET Core and it has some classes and proper...
asked by 22.04.2018 / 04:50
0
answers

Upload a DropDownListFor to another selection from another DropDownListFor Asp.Net MVC 6?

I have two DropDownListFor to list schedules (start time and end time), fill in the two lists with a SelectList that has a list of mounted schedules: <span>Horario de incio</span> @Html.DropDownListFor(m => m...
asked by 21.04.2018 / 21:03
1
answer

Connection Sql Server Fluent NHibernate

I'm having trouble setting up connection to Sql Server database I have this connection method but give me this error message when I run the application public static ISessionFactory CriaConexao() { try { if (Ses...
asked by 21.04.2018 / 22:58
0
answers

Android Xamarin-Invalid resource directory name

Whenever I try to compile the solution in Visual Studio it gives the following error: invalid resource directory name: obj \ Release \ res style "res style". World Unico.Android C: \ Users \ rickr \ Source \ Repos \ World \ Unique \ World Uni...
asked by 29.04.2018 / 10:07
1
answer

Why does my Address template return null after the postback? [duplicate]

Why does my Endereco template return null after the postback?: Template:publicclassPaciente{publicPaciente(){Endereco=newList<Endereco>();}[Key]publicintPacienteID{get;set;}publicstringNome{get;set;}publicstringProfissao{get;set;...
asked by 29.04.2018 / 16:23
0
answers

Transparent Recurring Pagseguro

I made the integration with Transparent and Recurring PagSeguro Checkout and I am already able to make the connection between both. But I have a question and PagSeguro does not answer me, can someone tell me if it is possible to install the r...
asked by 21.04.2018 / 01:39
0
answers

Values with 3 decimal places inserting erroneously [duplicate]

I have a textbox in which I inform a value of an item that should be divided to 10 people registered in the system, but divided by ratio, who has more item receives more of the new value informed, who has less will receive less. The system...
asked by 19.04.2018 / 14:00
0
answers

Change HeaderText from a columngroup radgrid da telerik

I have a radgrid of the telerik component and inside it I made a columngroup like this: <ColumnGroups> <telerik:GridColumnGroup HeaderText="Folha Mensal" Name="FOLHA" HeaderStyle-HorizontalAlign="Left" HeaderStyle-BackColor="Laven...
asked by 20.04.2018 / 16:16
0
answers

Access a resource file for another assembly

I have solution with several projects, and there is a reference to settings, in this there is a resource file, as it was automatically generated by ide, it is defined with access internal thus leaving only accessible by that ass...
asked by 24.04.2018 / 16:50
0
answers

How to run Chromedriver in the foreground on iis

The selenium chrome driver, in some cases, is used as a chrome tool. In all processes running the foreground, the plan runs on all planes in the background. I would like to know how to do the foreground plans, the book published in iis.  ...
asked by 24.04.2018 / 16:55