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

Software Development Network >> Smart Device

Smart Device

New Question

MissingMethodException in SqlServerCe 2.0
Using mySQL Database with Smart Device Application
Keep program ontop
.Net compact Framework 2.0 Book
Really need to increase main memory
.NET Compact Framework StatusBarPanel problem
Debugging without ActiveSync?
Please quickly help?
PPC-to-PPC Wireless Comm
Invalidate() - NotSupportedException

Top Answerers

etrynus
fristi
ShawnW277871
Lorelei
Fredm
n8 MSFT
Louis Wildschut
Sinan Ussakli - MSFT
The MATRIX
Luke Bedggood
Seven49.net GmbH
Only Title

Answer Questions

  • Timothy Carroll Smartphone DeviceId

    hi all, I am writing a function to retrieve the Device ID of a smartphone. But i don't have the real smartphone. Can I use smartphone emulator to test this application (ie will samartphone emulator support this deviceID) Regards, Rajesh No there is not. Thanks, Vladimir The emulators generally don't support device ids, I haven't tried this with the new emulator but I suspect you'll either get an error returned or an empty buffer. ...Show All

  • Cppboy System.Net.Sockets.SocketException:Could not find resource assembly

    Hi everyone, I have developped a small app for ipaq, windows ce (for which I have installed .Net Compact Framework runtime SP2). The app is very simple, it connects to a url via System.Net.Sockets.TcpClient and retrieves a html web page. Strangely enough, it works on the Emulator however when I deploy it on the ipaq, I get: System.Net.Sockets.SocketException:Could not find resource assembly then System.Net.Sockets.SocketException Could not ...Show All

  • Todd Jaspers Emulator Problem

    hi, I used vs2005, vss2005 & CHS Windows Mobile 5.0 PPC Emulator to develop application. I pressed F5 to run the application in the CHS PPC emulator. But after several minutes there didn't have any response in the emulaor, which hadn't happened before. So I checked the modified files in and closed the emulator. Later I closed the vs2005 and rebooted the computer. But this time, my emulator didn't response to my mouse click, but keyboard w ...Show All

  • treckamerica Deploy Failed

    Hi Developers, I am trying to deploy my sms application on the phone , but cant do so . I get a error saying deploy failed . It was working fine for few runs before . I am building this in VC for smartphone 2003 Can any one help me with it 1>------ Deploy started: Project: SMS, Configuration: Debug Smartphone 2003 (ARMV4) ------ 1>Deployment and/or registration failed with error: 0x80070020. The process cannot access the fil ...Show All

  • Jon vdB Installation procedure of CAB file from Desktop PC to Pocket PC

    Hi: I want to create setup file at desktop PC. This setup.exe will install CAB file at Target device (Pocket PC). I know that, this can be possible thru Microsoft Active Sync. I am in need of solution. If anybody have idea on this, pls let me know. Thanks -VJ http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp I did th ...Show All

  • Chrisky convert sdf to xls

    How convert my sdf file on xls table Or how could read my sdf file on windows xp Thanks Adding more steps to fix it. Make sure you are using SQL CE 3.0 (SQL Mobile). If you are using SQL CE 2.0 .sf file, convert it into SQL Mobile file using upgrae.exe. Upgrade.exe is available with VS 2005 Beta 2 under C:\Program Files\Micorosft Visual Studio 8\Smart devices\SDK\SQL Server\Mobile\V3\[Platform]\[Processor] If you have SQL Mobile .sdf f ...Show All

  • ashields add control problem with multiple framework

    Without the stackform, everything works perfect but when I add a toolbar I get an error at line this.Controls.Add(this.toolBar1); ,if I comment all lines with toolBar everything works perfect error: $exception {System.Exception: Exception at Microsoft.AGL.Common.MISC.HandleAr() at System.Windows.Forms.Control._SetParent() at System.Windows.Forms.Control.set_Parent() at ControlCollection.Add() at DeKangoeroe.KMaankomst.Ini ...Show All

  • Raj KKK Linker error, newbie question

    Forgive me, but I'm a bit new to windows mobile development. I wish to do the following: 1) Create an MFC based smart device application (in my case, dialog-based). 2) Create a second project which is a static library (within the same solution) 3) Link the library into the to the smart device application and be able to access functions from that library. Of course this is simple in a normal windows environment, (my background), bu ...Show All

  • Dilip M Can't deploy project to emulator or device in Visual Studio 2005 Beta 2

    When I build a C# project and try to deploy it to the emulator or device, a message box always pups up and says "No such interface supported" and  the deployment fails. A error message in the output window shows: "Error: The operation could not be completed". Can someone help me to solve this problem Are you Cradle the devie in the emulator BTW: I use ActiveSync 4.0 and Windows Mobile 5.0 Pock ...Show All

  • Pioter Xml Reading

    Hmm... storing data with XML files. Which lead me straight to a problem. XmlTextReader reader = new XmlTextReader(Server.MapPath("Arsenal.xml")); Now on the device its in \Program%20Files\SmartDeviceApplication4\Arsenal.xml with the .exe so i thought i could get away with just having "Arsenal.xml" as the path... unfortuantly it throws a: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in System.Xml.dll ...Show All

  • aragon System.IO.FileNotFoundException:Could not find file

    Hi, This is an app I did for windows mobile 2003.  Everything works find for 2003.  Well now I'm trying to build one for windows mobile 5.  This is the first problem I've run into. Why don't you try to see what files are in that directory It will then show you if that xml file has been included in the deployment of the project so: System.IO.File.GetFiles(thepath);   Also make sure that the xml objec ...Show All

  • Robbertos MissingMethodException

    Hi , I converted my application from .net cf 2003 to .net 2005 cf.then. When i am exit from application , it is giving an error as , Can not find PInvoke Dll 'MessageWin.dll' If a method in class library has been removed ,recompile any assemblies that reference that library . So how to resolve this problem.   MessageWin.dll is not available on google or anywhere else. s ...Show All

  • Lau_R Backspace in edit control

    Hi Still building an application for Smartphone 2005 in pure Win32. I now have a configuration dialog containing static fields and edit controls. Everything is fine except when I type sthg in the edit controls, I can't clear it. I can only add characters but not delete them with the back key. The back key (which is also used to switch back to older applications) is inactive. Can someone help please Maybe RegisterHotKey() will do the trick ...Show All

  • Gil Danziger Upgrade path for CF 1.1 design time capable custom controls to CF 2.0

    Does anybody know of one I read in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=129715&SiteID=1 of the genasm.exe tool, but searching on http://msdn.microsoft.com/ for it produces no results at all. There also does not seem to be an automatic way of creating the necessary *.xmta file outside of VS2005. Can anybody give me a heads up on this one please It does seem a bit ridiculous that none of the work I put in to create ...Show All

  • M.rkino Full screen problem

    Hi, I've got a problem on by Windows Mobile 2003 Application. I set my form to be fullscreen, which works fine. But when I show an other form, the bar at the top of the display (containint "Start", icons and time) shows up for a very short time. How can I avoid this Thank you! I verified that this problem is new to netcf v2. The only "work around" to prevent the start button (and top row) ...Show All

86878889909192939495969798990123

©2008 Software Development Network

powered by phorum