Questions tagged as 'embebido'

1
answer

WebException It is not possible to connect to the remote server

I run my program from the real device and when I execute it, that error comes out, researching that it is due to lack of internet, I verify and the device does have internet, I am developing for Windows Embedded (Windows .Net or Windows Mobile o...
asked by 01.09.2016 / 15:11
1
answer

Send mail and attach file with a web service

What I want is to be able to send an email with data that is digitized from my Windows CE project, the problem is that I create the website and put my two codes both the email and export data to excel but then two problems arise. With the s...
asked by 23.08.2016 / 18:06
2
answers

What is the assembly reference for "RestClient, RestRequest and HttpBasicAuthenticator"

I am developing for Windows embedded 6.0 and since I want to send emails, researching I found Mailgun this gives me the code which should be in project which is this: public static RestResponse SendSimpleMessage() { RestClient...
asked by 26.09.2016 / 18:22
1
answer

How to add rows and columns to a DataGrid in Compact Framework 3.5

I'm new programming in C # and I'm making an application for a Windows 7 embedded device in which a DataGrid will be used but I can not find the way to add data and columns, in the 3.5 framework if the following code works for me: mydatagrid.C...
asked by 12.10.2018 / 21:43
1
answer

Qt cross-compile from Windows to Linux Embedded?

No matter how much I search and reread the documentation and wikis of Qt I do not understand how to compile for a target different from the host. I know that it is recommended to use Linux as a development environment but the goal is to be from...
asked by 07.10.2016 / 13:10
2
answers

could not find the file or assembly name "System.Core"

When I run my application directly from the mobile device this throws me this error, I check in my project and the assembly if it is there with the version that indicates the error that is 3.5.0.0 what would be the solution for this error t...
asked by 24.10.2016 / 19:34
1
answer

Debugging Lua embedded in C ++

I am trying to integrate Lua with C ++ and I have some doubts when debugging errors . When any part of a lua script fails, whether it is a run-time error or a syntax error, Lua returns control to the host program quite silently. Basically...
asked by 15.04.2017 / 21:51
2
answers

How to export a database to Excel and mail

How it would be the code to export the data that are inserted in a database .sdf to an excel file. in C # and for visual studio 2008 and SQL Compact 3.5, and my other question would be if I need to call a method within    writer.WriteLine ();...
asked by 02.09.2016 / 18:58
1
answer

Export data from a database and upload file to dropbox C #

I would like to know if it is possible and if it is, how would the code be or an example of how to do it for mobile devices or windows CE ?. I am programming in visual studio 2008, SQL Compact 3.5, .net Compact.     
asked by 12.09.2016 / 15:14
2
answers

Operate with values obtained by Eval () in .aspx

I have a problem that I do not know if it has a solution the way I am facing it. I have a repeater where I binde through <% # Eval ('property')% > properties of an object, which has all of them, DateTime startTime and DateTime EndTime....
asked by 23.11.2018 / 19:44