Questions tagged as 'c#'

1
answer

How do I capture the text of a webpage with Selenium?

I need to create a default People Generator by using the link site with Selenium. This is the code I have for now: [TestFixture] public class GeradorDePessoas { private IWebDriver driver; [SetUp] public void SetUp() {...
asked by 14.06.2018 / 18:16
1
answer

c # - file upload on ftp works only the first time

I have a function that sends files to an ftp, the first time I use it it works perfectly, however when I use it a second time it gets stuck on the line: using (Stream writer = ftpRequest.GetRequestStream ()) The full function code follows:...
asked by 15.06.2018 / 05:14
0
answers

Convert Encryption with public key JAVA to C #

I need to send an encrypted hash in C # but the API only gives me this possibility in java, how can I follow this logic and apply in C #? try { try { cipher = Cipher.getInstance("RSA/None/PKCS1Padding", "SC"); } cat...
asked by 14.06.2018 / 16:48
0
answers

Line ordering error in log

I'm having a hard time showing the log to the user. Show the rows in an orderly way, however the display appears as follows: Line 5 Line 15 Line 11 Line 45 Line 35 Line 103 I would like it to be in the following order: Line 5 Line 11 Li...
asked by 28.05.2018 / 15:39
0
answers

COMPUTATIONAL VISION - MULTIALVOS TRACKING [closed]

How to track people in pictures and video. I would like you to point me to efficient APIs or libraries that perform this task. I'dlikearesultsimilartothat video . Well, I'm running the risk of being asked a negative question, but I think...
asked by 28.05.2018 / 23:22
0
answers

How to get Excel formula in C # using OleDb?

I need to get the formula contained in an Excel cell. I'm using OleDb to access the spreadsheet, would you like to know if you have how to use it to access the formula of a cell?     
asked by 05.06.2018 / 19:41
1
answer

Cookie returning duplicate value

I'm saving a cookie in JSON format. In the properties of this object I have links with several parameters. At each link change, I update the cookie with the new value. Example of value saved in cookie: {"Url":"https://www.site.com.br? utm_sour...
asked by 05.06.2018 / 18:54
1
answer

Compact a file saved in Bank

Good afternoon! I have a file that is saved in a database, and I need to zip that file, if I download it. How do I do it? Thank you very much for the support     
asked by 05.06.2018 / 21:13
1
answer

Error "The name" InitializeComponent "does not exist in the current context" in every Xamarin.forms project I create

From scratch, ALL of my projects are giving the error    The name "InitializeComponent" does not exist in the current context (CS0103) When they are created. I do not need to change anything, the error comes for free. As I researched,...
asked by 05.06.2018 / 17:37
0
answers

Goggle APIS with C # through proxy

I'm trying to connect to the Google drive through Google.apis but here in my service has a proxy and when I try to get the credential it gives error requesting proxy authorization. (opened browser accessed a page it asks for password, if you clo...
asked by 05.06.2018 / 20:30