Questions tagged as 'c#'

0
answers

UFT API Test How can I extract and save XLS values from an XML response?

I am new using the UFT API Test, and I need to extract certain values from an XML Response and save them in an existing XLS file, which will be input data for a GUI Test. This is my XML Response: <NS1:Body> <NS3:BuscaSaldosCaptacion...
asked by 31.01.2018 / 01:17
1
answer

How to load one wpf into another?

I will try to make the context clear. I have a lot of graphic content inside my main WPF, so I would like to work it separately. For this I have my main.wpf and apart (as an example) contenido1.wpf and to instantiate it I was using <l...
asked by 04.02.2018 / 05:04
0
answers

Help with FileSystemWatcher and FileCopy

I am trying to make a watcher to make every file sent to a shared folder of which I have read and write permissions, to summarize I have administrator permissions. What I want to achieve is that every time a file is sent to that folder, copy...
asked by 02.02.2018 / 20:50
1
answer

Read information from an xml file using a dataset and visualize it using a DataGridViwe

Hello I have a question when reading an xml file and visualize the information in two datagridview. My intention is to read a file that contains information about several metro lines (class 1) where each subway line has different stations (class...
asked by 22.01.2018 / 11:41
1
answer

Simple geometry problem with Unity and C # [closed]

I need to detect when a ball crosses a line (raycast + line renderer, for now) that will be between two points (like a soccer goal bow) ... but these points will move around the screen ... How can I detect that? that the ball crossed the line?...
asked by 23.01.2018 / 03:27
1
answer

Send serialized data from one datatable to another method

I am a beginner developing in C # .Net and I need your support to be the next insert. the data of a DataGridView stores it in a DataTable and it is done, but I do not know how to send that serialized data to the class that makes the insertion. I...
asked by 22.01.2018 / 00:40
0
answers

Link user controls in WPF

I have developed a user control in WPF where one of the controls is a text box which in my user control I declare it in the following way: <TextBox Name="PathTextBox" Text="{Binding PathControlValue, Mode=TwoWay, NotifyOnSourceUpdated=True,...
asked by 22.01.2018 / 19:04
1
answer

[FromBody] Web parameter Api Asp.net arrives null if Text / xml is

hello I have the following problem with my web api I have an object public class Message { public string Id { get; set; } public List<Resource> Contained { get; set; } public DateTimeOffset? Timestamp { get; set; } pu...
asked by 12.01.2018 / 15:10
0
answers

C # show and filter csv for windows mobile CE OS 5.2

I need to filter a csv file (with local device path) for a Windows mobile 5.0. The csv will have around 500 lines, in C # (visual studio 2008) of the type: Code; Description; position; quantity; 10000637; mounting tools, arrangement; 6; 2...
asked by 26.12.2017 / 23:29
4
answers

Error in Windows Service when I update a signed dll

I have a Windows service that the executable calls a dll (which I'll call MyMyDll.dll) with version 0.6.7.3, for example. Everything works correctly until I updated that dll to version 0.6.7.4. That when restarting the service, so that it tak...
asked by 10.01.2018 / 11:19