Questions tagged [wce]

11 questions
2
votes
1 answer

Upload and download large files - Windows Mobile (Compact Framework) via Web Services (WCF, MTOM, WCE?)

I have searched quite a bit and can't seem to find a good stable solution, so any help will be appreciated. Here's the scenario: Windows Mobile device running client app on .NET CF 3.5 (OpenNETCF libraries being used) Web App on .NET 3.5 (Web server…
Nihan
1
vote
2 answers

How can i open a form everytime a textbox is focused?

im developing a keyboard to a touchscreen display, i need to know how can i program a generic code that everytime any textbox is focused, the form(keyboard) opens. I know i could put in the event focus of every single textbox, but i want to do a…
1
vote
1 answer

Label a storage volume in Windows Compact 2013

I have an (non-MFC) Windows application written in C++ (Visual Studio 2013) running on a small device running Windows Compact 2013. The device has two storage volumes (internal flash memory and SD Card) If I connect the device to a Windows PC via…
pionium
  • 91
  • 1
  • 2
  • 11
1
vote
1 answer

Project using [Dapper] gets reported by Veracode as CWE ID 89 (Improper Neutralization of Special Elements used in an SQL Command)

We have a .Net 4.0 project that is being scanned by Veracode in order to acquire security certification. During static scan the following vulnerability has been found: Improper Neutralization of Special Elements used in an SQL Command ('SQL…
Streiger
  • 21
  • 2
1
vote
1 answer

Workflow Services: The contract name could not be found in the list of contracts implemented by the service

I can't for the life of me work this one out. I have workflow service, declared thus:
dark_perfect
  • 1,458
  • 1
  • 23
  • 41
0
votes
1 answer

Not being able to Open a Serial Port

I´m having a problem with trying to open a serial port, But what happens is this: When I tell the system to open the port, the Try Function doesn´t catch any error But when i ask if the serial port is open, it says that it isn´t I´m using Visual…
0
votes
1 answer

Windows CE 6.0 app not starting

I am porting an Win CE 6.0 app to a new hardware. The app doesn't start on both WIN CE 6.0 and WEC 7 on the new hardware. But if you first re-install the NETCFv35.wce.armv4.cab over the existing installation (force installation) then run the app, it…
MarifCA
  • 1
  • 1
0
votes
1 answer

Flashing WCE7 from USB on CCWi-i.MX53 JSK, uBoot

I have tried over at the digi forum, but I'm thinking that here is where all the clever people are :-) I’m working on a CCWi-i.MX53 JSK. What I’m trying to figure out is - as you might have guessed - to flash a WCE image from an USB stick. Based on…
Viking
  • 293
  • 4
  • 12
0
votes
1 answer

How can I install CF 2.0 on my handheld device, and which version/architecture?

To install CF 2.0 on my handheld device (replacing the existing/unwanted version 3.5), according to this (straight from the horse's mouth), I need to run netcfsetupv2.msi from the following directory: \Program…
0
votes
1 answer

Hudson : Scheduling a build without a tag and generate a report

How can I schedule a build without tag over Windows, Linux and WCE in Hudson using a shell script and generate a report that will be sent to a specified server? And so the conditions are : 1. How can I create the build without creating a new tag?…
Farah
  • 2,469
  • 5
  • 31
  • 52
0
votes
1 answer

How to check the current state of thread stack

i have a probably stack overflow in my application (off course, only in release mode...), and would like to add some protection/investigation code to it. i am looking for a windows API to tell me the current state of a thread stack (i..e, the total…
Noam
  • 220
  • 1
  • 2
  • 9