Questions tagged [opennetcf]

OpenNETCF is a provider of libraries and tools commonly used in .NET Compact Framework applications for Windows CE and Windows Mobile

OpenNETCF is a provider of libraries and tools commonly used in .NET Compact Framework applications for Windows CE and Windows Mobile. The most commonly used library is the Smart Device Framework, or SDF.

135 questions
2
votes
1 answer

OpenNetCF.IoC can not hit start in SmartClientApplication

I'm using OpenNetCF's IoC framework and the code in my Program class looks like: public class Program : SmartClientApplication { /// /// The main entry point for the application. ///
AnonyMouse
  • 18,108
  • 26
  • 79
  • 131
2
votes
1 answer

Getting Wireless Network Strength

I'm having difficulty getting the wireless signal strength in a C#, Compact Framework 3.5, Windows Mobile 5 project using OpenNetCF version 2.3. I am aiming to assess the strength of network access before sending requests as the network coverage…
Klee
  • 2,022
  • 3
  • 23
  • 32
2
votes
1 answer

Compact Framework file Upload via FTP

Does anybody know any FTP package that is working correctly under .NET 2.0 Compact Framework? I've tried: OpennNetCF 32feet's In The Hand: they are same, 530 return code ftp24cp: desktop version works w/ active but does not works in passive…
Franziee
  • 621
  • 11
  • 28
2
votes
2 answers

OpenNetCF.IOC event subscription not firing

I am developing a Vb.net .Net 3.5 PDA application using the OpenNetCF IOC framework. I have set up and event to handle the navigation through the smart parts but when I raise the event the EventSubscription does not fire. I am sure I have missed…
Phil Murray
  • 6,396
  • 9
  • 45
  • 95
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
2
votes
1 answer

In Windows CE .NET 4.2, why might SetTimeZoneInfo hang?

Our product contains a task-manager system that allows applications to run code in a DLL upon a scheduled interval, specify rules about whether a failure of the task should disable the related application, etc. Mostly it's used for data-upload,…
RJ Cantrell
  • 161
  • 3
  • 20
2
votes
1 answer

Events occuring multiple times in OpenNETCF.IO.FileSystemWatcher

Whenever I am subscribing to FileSystemWatcher notification, multiple events are occuring when I create new file or change existing file. Events are occuring in following sequence: New…
2
votes
1 answer

OpenNETCF.Timers.Timer2 and System.threading.timer wrong timing event call after 7-8 hours

I am using OpenNETCF Timer2 (and previously System.Threading.Timer) in this example. The timer behaves very odd. After around 7-8 hours. It does a few random calls of Timer event function with a interval of 2 seconds instead of 1 second. And behaves…
Pranav Nandan
  • 361
  • 3
  • 10
2
votes
1 answer

Connect to WiFi when no Wireless Zero Config adapter is available

I've been using OpenNetCF SDF for years to connect to WiFi on an app I wrote. My manufacturer has a new device that no longer has a wireless zero config adapter, so I'm forced to work around the issue. I've searched for days on how to Find nearby…
Kyver
  • 37
  • 3
2
votes
2 answers

OpenNETCF.Stopwatch -> only ticks changing, not Elapsed

I've been trying to track down a bug I thought was thread-related, but I think instead there is an issue with the way I am using OpenNETCF's Stopwatch. I am using OpenNETCF.IoC in my application, but for the sake of simplicity I moved the following…
pithyless
  • 1,659
  • 2
  • 16
  • 31
2
votes
1 answer

How should I test IoC services properly?

I have to test IoC Service implemented in MyMobileApp.MyService.Module. At the moment my unit test project MyMobileApp.MyService.Module.Tests has referenced on IoC Module MyMobileApp.MyService.Module CFTestRunner is used for debugging and Visual…
2
votes
1 answer

OpenNETCF.IoC.UI SmartPart creation failing

I am creating a Windows Mobile application and I am having some problems with the OpenNETCF.IoC.UI library when creating SmartParts with EventPublication's. My subscription is on the main for container and the publication is on an object that…
Phil Murray
  • 6,396
  • 9
  • 45
  • 95
2
votes
1 answer

Programmatically Create Wireless Ad-Hoc Network

How do i setup a wireless ad-hoc network to Windows Mobile 6.1 on startup? I think the only way to do this is programmatically and I have been unable to find a way to create a network, I have found OpenNetCF but is there a way to do this in .NET CF?…
Astronaut
  • 6,691
  • 18
  • 61
  • 99
2
votes
1 answer

better way to communicate between ad hoc wifi windows mobile devices

We are developing wireless ad hoc communication applications on windows mobile 6 devices using 802.11 in ad hoc mode. We are using HP iPAQ 910 devices and OpenNETCF smart device framework 2.3 for development. As a design constraint, each device is…
Kalp
  • 90
  • 2
  • 8
2
votes
1 answer

BackgroundWorker implementation on Compact Framework

I was looking at the code within the OpenNETCF SDF BackgroundWorker implementation for the .NET compact framework and it looks like the following code is not thread-safe. But the Smart Device Framework has been around for ages, so what am I…
tcarvin
  • 10,715
  • 3
  • 31
  • 52
1
2
3
8 9