if someone serves you I did not find it anywhere else, like consuming web services from vws (vuforia) with c #
public class Vuforia
{
private static string VufuriaProcess(string requestPath, string JsonObject, string httpVerb)
{...
If you help me please.
I have a form with a PictureBox and I want to move it from another class, it compiles but it does not do anything. On Form1 I have my PictureBox1 and from the class I have the following:
public void mover_derecha(object...
I have this example of Json's structure
[
{
"idgoOperacion": 256,
"Destino": "Actividades Comunitarias",
"Tipo de Solicitante": "-",
"Superficie Otorgada": "",
"Lugar de Firma": "",
"Fecha de Firma": ""
},
{
"...
We have a Universal Windows Platform (UWP) project. The repository is in the windows cloud. The Visual Studio version is the 2017 community.
A companion moved some files that already existed and were commiteed, within a new folder he uploaded...
My query is as follows I have the following method which I show below:
public static string loadLista(string pStrOp)
{
System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient.SqlConnection(System.Configuration.ConfigurationMan...
I am developing a web page in ASP.NET.
It consists of a master page which has the following line:
<div id="content">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div...
I have tried this code but it does not work for me, it seems that it only works for Winforms:
protected void Page_Load(object sender, EventArgs e)
{
Mnip.Enabled = false; //BOTON DESHABILITADO
}
private void clave1_TextLeave(object sender...
The project started in Visual Studio 13 then updated to version 15
but at the time of testing give this error.
When I comment on the validations, it works again
<asp:RequiredFieldValidator id="rfvTnitp" runat="server"...
I want to use a service in WCF and when I want to consume one of its methods an error appears saying that the set of keys does not exist.
This is my app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system....