Questions tagged [smart-device-framework]

28 questions
7
votes
1 answer

Microsoft.Smartdevice.Connectivity and Windows Phone 8, launch native apps, send input?

I've written a small .NET Console program that will launch the Windows 8 Simulator. Very straightforward: using Microsoft.SmartDevice.Connectivity; using Microsoft.SmartDevice.Connectivity.Interface; using…
Richthofen
  • 2,076
  • 19
  • 39
4
votes
2 answers

How to enable and disable Bluetooth using C#

i'm currently working on bluetooth activation (just enable and disable the bluetooth after a certain operation automatically from Windows CE version 6) i'm using SmartDeviceFramework i.e CAB file that i then install it in Windows CE Below is my…
4
votes
1 answer

Smart Device Framework highlights?

I am thinking about introducing OpenNETCF's Smart Device Framework at my company, as I like the SafeHandle class. But I would like to know what else is good in it. Anyone found a good blogpost or something with the most useful classes and functions…
Rolle
  • 2,900
  • 5
  • 36
  • 40
3
votes
1 answer

Managing Wireless Network Connections with C# and the Compact Framework

The title kinda sums it up--I need to be able to pro grammatically connect to a known access point (the SSID and credentials will be loaded during device provisioning). I understand that both the Compact Framework SDK and the OpenNETCF SDK offer…
bjanaszek
  • 189
  • 1
  • 3
  • 14
2
votes
0 answers

OpenNetCF IPInterfaceProperties.DnsAddresses crashes

I am using OpenNetCF 2.3.0.39 and I am getting a hard crash when try to access the DnsAddresses.Count property. Is anyone familiar with this problem or a workaround? Dim interfaces As NetworkInterface() =…
Randall Hoffpauir
  • 275
  • 1
  • 4
  • 11
2
votes
1 answer

How to deploy an .appx into Windows Phone 8.1

I use the Microsoft.SmartDevice.Connectivity to connect to Windows Phone 8.1 OS with the instruction in this link: connect to windows phone 8 using console application Now I can connect to both Windows Phone 8.1 Emulator or Windows Phone 8.1…
2
votes
1 answer

How to update the .NET CF into My WinCE device?

I'm developping an application for Motorola MC3000 that use WinCE 5.0. It seems that the machine is using the .NET CF 2.0, I just want to update it to .NET CF 3.5 but I don't know how to do it on the machine. Any help on this?
1
vote
2 answers

opennetcf.net.mail attachment help

Thanks for looking at my question. I am trying to figure out attachments for OpenNetCF.Net.Mail. Here is the code for my SendMail function: public static void SendMessage(string subject, string messageBody, string fromAddress, string…
1
vote
1 answer

OpenNetCF SDF vs .Net CF 3.5

Going through the documentation of the SDF, i found many classes like the BitmapEx class or the TextBox2 class. I could see their members, but i could not find any text that explained to me why i needed to use them instead of whats given in the .Net…
Amith George
  • 5,806
  • 2
  • 35
  • 53
1
vote
3 answers

Monitoring WLAN Radio Connection in Windows Mobile 6/C#

I am currently developing an app targeted for the HP IPAQ 210. Part of this app requires the WLAN radio to be enabled/powered on to connect to a pre-configured access point. I'm currently using the IPAQ SDK (via P/Invoke) to enable the WLAN radio,…
bjanaszek
  • 189
  • 1
  • 3
  • 14
1
vote
1 answer

Looking for an example/tutorial for using P2PMessageQueue Class from the Smart Device Framework

I have to use Interprocess Communication in a Windows CE Project but I hve no experience with this. What I found out is, that the Smart Device Framework has a wrapper Class for the P2PMessageQueue Class but I don't know how to use this one to…
user99070
1
vote
1 answer

How to Configure SQLCE connection on Smart Device Application using Emulator?

I created a simple test that opens a connection of sqlce located on my Desktop P.C. When i start Run the debug mode it throws me that it cant open the connection. I use Pocket P.C 2003 EMULATOR This is my Test Code on my Smart Device…
Crimsonland
  • 2,194
  • 3
  • 24
  • 42
1
vote
1 answer

Cross thread exception when using Invoke()

I'm developing an application running on a Windows Mobile 5 based barcode scanner. Occasionally I'm experiencing a cross thread exception causing the application to fail. The application is written in C# 3.5 and is build on top of the Motorola EMDK…
1
vote
0 answers

Checking possibility of Wifi connectivity with Windows Mobile Pocket PC

i'm new to .NET Framework 3.5. Currently in my C# Project i'm using Smart Device Framework. My task is to enable wifi connectivity on a button click in a Windows Form as to (Synchronize the mobile with the Web part i.e to get data from Web to…
1
vote
0 answers

ExceptionCode: 0xc0000005 with sqlcereader

I have a Windows CE Device. I am trying to run an application which is using SqlServerCe. When I try to run ExecuteReader.Read() method it is throwing an exception like below: Error ExceptionCode: 0xc0000005 Exception Adress : 0x4d776569 Reading:…
1
2