Questions tagged as 'embebido'

1
answer

Error compiling SciPy for ARM

I am trying to compile the Python package, SciPy, to install it on a plate where I do not have a cross compiler; for this I am doing the compilation in a Beaglebone Black. I have installed the Numpy package using the sudo pip install numpy...
asked by 21.05.2018 / 08:02
1
answer

System.ArgumentNullException: 'The value can not be null.' [duplicate]

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Reflection; namespace ExtractSource { class Program { static void Main(stri...
asked by 13.06.2017 / 04:35
0
answers

SmtpExecption in windows Ce when emails are sent

When I execute my command to send emails I get the error SmtpExecption , as I could solve this problem, the method that I am sending it is with OpenNETCF using OpenNETCF.Net.Mail; using OpenNETCF.Net; The error that is thrown is the foll...
asked by 24.08.2016 / 19:02
0
answers

how to make a windows form project work in windows CE

I have my project developed and functional in Windows Form but my project must work in .Net Compact (Windows CE or windows embedded) when I make the executable this throws me the error I would like to know how to solve this problem    ...
asked by 12.09.2016 / 21:59