Software Development Network Logo
  • .NET Development
  • Visual Studio
  • VS Express Editions
  • Visual Basic
  • Windows Vista
  • Visual C++
  • Smart Device
  • VS Team System
  • Visual FoxPro
  • Windows Live
  • Game Technologies
  • SQL Server
  • Architecture
  • Microsoft ISV
  • Windows Forms

Software Development Network >> Smart Device

Smart Device

New Question

Send E-mail - SMTP Autentication
SqlConnection - How to connect?
MissingMethodException in SqlServerCe 2.0
GSM Modem Missed call
Memory Leak with Datasets!?
Emulator disk space?
Please help! VS 2005 smart device application unable to deploy
managed API for FileSystemWatcher
App not listed in Remove Programs
WebReference Change Static to Dynamic Setting not working

Top Answerers

Jorge Lopez
J Gilbert
The VB n00b
AA2e72E
Mark McGinty
helis
Jufeng
Mike D12995
kevin83
Pit76
袠褋褏芯写薪懈泻懈.袪褍
Only Title

Answer Questions

  • Redmanmc Installation of Compact Framework 2.0 failed. Why?

    Hi all, can somebody tell me why my installtion of the cf 2.0 on an HP 2490 PDA failed Log file of installation: 26/02/2006 23:14:42: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Programme\.NET CF 2.0'. 26/02/2006 23:14:42: Build 2.0.5238.00 26/02/2006 23:14:42: Device CPU: 'ARMV4I', 05020000 (84017152) 26/02/2006 23:14:42: PocketPC 5.01 26/02/2006 23:14:42: Our trust lev ...Show All

  • Barry Bond Directory.Exists not reliable?

    My code basically steps through a loop, creates directories if not already exist and saves files into the directories and the root path is "Storage Card", which is a shared folder set in the Pocket PC 2003 emulator the loop goes fine for a few rounds, directories and files are created and stored correctly; then fails at this point( the CreateDirectory call below ) if( ! Directory.Exists( dirPath ) ) { Directory.Crea ...Show All

  • cosmos38240 Smartphone Sdk 5.0, VS 2005 beta 2 , WinXp 64 Bit sp1

    I'm trying to develop some appsps for Windows CE 5.0 with the above software. But i always gettin' a connection and deployment error: All attempts to connect to the deployment target at port 5654 have failed. Addresses attempted: 169.254.204.118; fe80::203:ffff:fe8c:9211%5;fe80::5efe:169.254.204.118%2;::1;fe80::1%1. Connect to device failed. I tried everything: - DMA upgrade - reinstalling - repair - Loopback device with static ip - as ...Show All

  • anandkuppa Security a webservice with an SSL certificate

    I'm attempting to secure a webservice with an SSL cert. And the question is, how can I get a c# app, or a device to trust specific types of certificates Is there somewhere that I can do this in setup, or is this restricted to code... Thanks! Hello, You should add the certificate to the CA (Certification Authority) database on your device. See more info here: http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All

  • chinmaykshah SD Card Question- URGENT!!! New Question

    When using a SD card for data storage does .net cache the data and write it later or does it write as used   I am losing data and have no reason for this to happen.  It is as though the user never wrote to the SD card.  I had a user bring in his device.  I looked at the screen that displayed his orders.  They were there...clear as day..., orders 1-4.  This meant that the user had saved 4 orders.  As each ord ...Show All

  • GadgetGeek Listening Events of Pocket Outlook Apps with PocketOutlook API

    I need to know when someone changes items from Tasks, Contacts, Appointments. (I want to implement Synchronization Logic) Can this be done with Microsoft.WindowsMobile.PocketOutlook API Please advice. as far as i know not ... one possible way to achieve this is to use a database listener - unfortunately this requires some C/C++ knowledge as this only works with embedded VC++. the function CeOpenData ...Show All

  • Vamsi Krishna Korasiga CToolbar images not visible, but the toolbar is working

    I'm migrating my PPC2003 to Visual Studio 2005, and I have a problem with CCommandBar. My old code used CCeCommandBar.InsertToolBar() and CCeCommandBar.InsertMenuBar() to initialize the commanbar, and then later I would change the menubar and toolbar by calling InsertToolBar() and InsertMenuBar with other resourses. After migrating my application, the toolbars gets loaded, but the bitmaps on it are not visible. Can anyone tell me what is wrong, ...Show All

  • thomas_schmidt ERROR AFTER CONVERTING TO VS 2005

    [code] Module [Global]    Friend arrForms As New ArrayList    Friend Function CreateForm(ByVal typeForm As Type) As Form       Dim frmWork As Form       Dim boolExists As Boolean = False       '  Check to see if a form of the       '     requested type already exists.     &n ...Show All

  • Kyralessa Upgrading Soution to '05, probs with Data.SqlServerCE namespace

    Hi all, does the SQLServerCE namespace exist in the System.Data Namespace in .NET 2.0 Or has it been moved The reason I am asking is because I am now getting error messages relating to this in VS 2005 Thanks Tryst System.Data.SqlServerCe namespace is located in System.Data.SqlServerCe.dll, please make sure to add a reference to it. Ok, I will check for this .dll in the new VS2005 installed directory. Thanks Tryst ...Show All

  • Change2 Emulator shuts down and exits automatically

    The emulator was working fine for me but recently its been shutting down and exittting automatically. Before exitting it saves state. I'm using WM 2003SE as the OS. I've tried hard reset, but still the same problem. any help would be much appreciated. Thanks. Hello, Are you obtaining this problem with all the emulator images Can you please try running PPC 2003 SE VGA emulator or Smartphone VGA emulator - ...Show All

  • mycall UDP over activesync or NTP over TCP

    Hi - I'm trying to do something (fairly) simple. I'm trying to implement NTP (network time protocol) syncing over an activesync connection. The problem is, NTP uses UDP connections, and ActiveSync only allows TCP socket connections. I know my NTP class works because I've tested it over wireless and EVDO, but it freezes up over activesync (can't connect). Does anyone know how to: a) connect to ntp server using TCP -or- b) trick activesync into al ...Show All

  • bandreasen Data Synchronization between Desktop Application and PocketPC application

    hi i am developing an application that needs to synchronize its data between desktop application and pocketpc application like the putlook do , i found the active sync api and tried the fiven sample too My problem is that when i ran that activesync wizard in VC6.0 it created a project ....for SH3 platform (in the doc it said that it creates for ARM as well) when i compiled and build that application it didn't excute saying the same plat form di ...Show All

  • Philip Galea INSERT problems on a sql server database....

    Hi, Here's my present problem : I'm parsing data and I need to insert them into my database. So far, so good, but i'm experiencing some problems, apparently using bit values. My present table is (almost) set as follow : code : int name : nvarchar[4] IsDegr : bit MsgDegr : nvarchar[20] HighestVir : float i've got some other collumns too, but all the data types are defined here. I've already inserted values of int and nvarchar type into other ...Show All

  • Kuldeep_s [C#] [CF] [VS 2005 B2] TimeDate with millisecond

    Why DateTime .Now.ToString( "yyyy/MM/dd - HH:mm:ss:fff" )   Display only 14:23:00 it according to MSDN it should disp 14:23:236 no So why i can't get milliseconds that should be that, smartphone don't like millisecondes ;o) Thanks Does your device support milliseconds Most WinCE devices don't. If you are trying to measure time in milliseconds then yo ...Show All

  • Mishkina how to get my Pocket Pc 2003 SE work in VS .NET 2005 beta 2??

    Hi, Ivanq you should describe your Problem. Did you try using active sync 4.0 Hi, Please go through the following checklist and let me know your responses for the same 1. Check whether Tools->Options->Device Tools->Device->Properties->Transport has TCP Connect Transport/DMA Transport selected. 2. If DMA Transport is not there in the list then    a) Try installing the DMA ...Show All

585960616263646566676869707172737475

©2008 Software Development Network

powered by phorum