Questions tagged as 'c#'

0
answers

Use database in xamarin

I wanted to see if they could help me, I currently have a desktop application in C #, but now I want to migrate that application to Android using xamarin. from here the question if it is possible the database already created and working, you...
asked by 22.07.2018 / 01:35
0
answers

why does not my slider scroll images?

if the images were loaded but they do not move a bit jQuery(document).ready(function () { "use strict"; if ($('#slider-carousel').length >= 1) { $('#slider-carousel').caroufredsel({ responsive: true...
asked by 15.07.2018 / 19:41
1
answer

How do I make a thread act according to the arrangement data?

I have the following code in c # with windows forms inside a button: new Task(() => { Task[] tareas = { Task.Factory.StartNew(() => metodo1(), CancellationToken.None, TaskCreationOptions.AttachedToParent, tarea), Task.Factory....
asked by 15.07.2018 / 22:14
0
answers

Using Unity the VideoPlayer Component with URL has no auido

The video plays very well, but it does not have audio when it should play it too using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Video; public class StreamVideo : MonoBeh...
asked by 11.07.2018 / 21:41
1
answer

HTTP error 413 Request entity too large (Request entity too long) Bot Telegram

I have a problem sending notifications using the Telegram Bot, as it gives me    error 413 I currently develop a .Net Framework project in C # and through a Trigger Function I make the notifications using the Telegram Bot, however the...
asked by 13.07.2018 / 19:55
0
answers

Call function of a child form that is inside a panel c #

Good I have this question of how to call a function, I have a form that handles "Panel" (Panels) and it has its buttons inside the main form and in a panel I have a child form, I would like to know how to execute a function of the child form ins...
asked by 11.07.2018 / 21:23
0
answers

Website stops resolving request

I have a website developed on asp.net c # with MVC and it is published on a windows server 2012 r2 server. The problem is that in a random way the site stops resolving requests, for example, I press a button and there is no answer, it is as i...
asked by 11.07.2018 / 17:44
2
answers

Onclick event in buttons created dynamically

I am creating a table and two columns I have to put some buttons to edit and delete but what happens is that the table is created well but pressing the buttons does not find the onclick event. Does anyone know what is going on? Every time...
asked by 09.07.2018 / 22:12
2
answers

Create XML with specific structure

I need to generate an xml with a somewhat complicated structure First block: <rule id="Main"> <item> YO <ruleref uri="#Nombre" /> CON NUMERO DE TELEFONO CELULAR<ruleref uri="#Numero" /> EXPRESO...
asked by 09.07.2018 / 22:15
0
answers

Fatal signal 11 (SIGSEGV), code 1, fault addr 0x995ee8b0 in tid 29853 (Finalizer)

Hello friends, I'm doing an app, I'm sending this error, I was looking for the error on the internet and I found that my error is probably generated because I am a method that is sending changes to the data link without sending the interface thr...
asked by 10.07.2018 / 21:39