Answer Questions
Simon Harriyott mapirule.dll
Hi all, I've tried to run the sample CaptureSMS from "Receiving SMS Messages Inside a Managed Application" but I get a MissingMethodException at the function call to DllRegisterServer(). I am trying on my PocketPC emulator of PocketPC2003 SDK. Please help me as soon as possible, Thanx in advance.... I've answered this question on your other thread. Merging threads... You could use DumpBin tool on na ...Show All
Kevin Shan Help populating DataGrid
Hello, At runtime I have a datagrid which has data coming from a dataview which has data coming from a dataset. Is this possible with CF 20 I am not able to see the data within the datagrid at runtime. Am I missing something in my code Thanks in advance. John Code: Private Sub load_datagrid( ByVal dsDataset As DataSet) Dim dv As New DataView dv.Table = dsDataset.Tables(0) 'has data 'Dim i As Integer ...Show All
THoffman WebReference Change Static to Dynamic Setting not working
I have a Web Reference in my code in which I want to change the URL Behavior from static to dynmaic. When I do so nothing happens. I look in the app.config file hoping to see the url reference and nothing has changed. I also have checked the reference.vb file and it still is hard coded and not referencing the app.config file. Anyone know what is going on Hi guinea13, My underst ...Show All
Sai Shyam Emulator not working in VS 2005 RTM
This a fresh VS.NET 2005 install and the first thing I've done with smart devices. The error is: "Failed to open the VPC Network Driver." Anyone else getting this problem Hello It seems it is not installed by default http://blogs.msdn.com/vsdteam/archive/2005/10/07/478295.aspx Remember that you need a Ethernet/Loopback connection on your host/PC to make it work. Hope this helps I just had the same problem on my home PC. My w ...Show All
Josh K Does PocketPC 2003 receives WM_HIBERNATE message ?
Hi All, 1) Does PocketPC 2003 receives WM_HIBERNATE messages If yes how should I simulate my application receiving this notification. Offsource I'll be implementing WM_HIBERNATE message in my CallBack function. 2) I tried sample application from WinCE book that has implemented this. But no success. To test this I fully loaded PPC 2003 with files that eate all memory and only 0.3 mb of memory was left on PPC. This time instead of receiving WM_HI ...Show All
krhyzsy Control Libraries for Smartphone?
I wanted to use a .NETCF Control Library for my smartphone project. Unfortunately, this does not seem to be possible. The control does not appear in the toolbox. After playing around a while, I noticed, that there is no control library for smartphone project template available. Does anybody know about the story of control libraries for smartphone mattneug Hi Eebel, Yes you can. However, there is no template i ...Show All
EricShan is there an api to set the background image on the home screen?
I would like my Windows Mobile 5.0 application to be able to change the background image on the home screen. What code should I use for this This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate respo ...Show All
mrhansen VS2005 BETA2 mscorlib.dll problem
I am using vs2005 beta2 and developing smartphone application. when i using release mode build, i give this errors; build failed and "Error: Could not load file or assembly 'file:///c:\program files\microsoft visual studio 8\smartdevices\sdk\compactframework\1.0\windowsce\mscorlib.dll' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) " but if i using debug mode build or remove t ...Show All
tchris38 MessageBox does not always appear
Hi. I LOVE .NET 2.0 - awesome stuff. The framework for the mobile devices at least is just soo much better than 1.1. Nothing against 1.1 but there were a few issues I was having which .NET 2.0 appears to resolve, Thank-you! Issue I have right now is this: Smartphone connects to Server cool, that works Server has the option to manually/forcefully disconnect client and sending a message like "ServerDC" or whatever. Cli ...Show All
cu-blenge define xml-file & path
Hi there I just created a sample Project (.net CF for Windows Mobile 5.0 PocketPC) where I bind a XML to a DataGrid, and now I have the following problem: I dont know how to define the file-path in the Code, it will come a FileNotFoundException My definitions i tried: xmlFileName =" \\..\\..\\AccountingData.xml " ; xsdFileName =" \\..\\..\\AccountingData.xsd " ; ...="D: \\ VisualStudio Projec ...Show All
RCS300 Device emulator VS 2005 version bug
Hi, It seems that there is a bug either in GAPI or in frame buffer implementation - description: When device emulator is in ladscape mode we call GxOpenDisplay(), this call lead to ChangeDisplaySettingsEx to rotate to portrait orietnation, then if we call GXGetProperties we see that orientation of video memory have not changed and is landscape (xpitch = 480, ypitch = -2). It means that if we run ANY gapi example or game from ...Show All
roguevoice VS 2005 PocketPC Cab File Creation
I am using the Visual Studio 2005 Beta. I am trying to figure out how to create a cab file for deployment. The old option to "Build a cab file" from VS 2003 doesn't seem to exist in VS 2005. If anyone can assist me, I would appreciate it very much. Thank you. You need to copy the cab onto some folder on the device using ActiveSync. On the device, you can locate the cab using file explorer ...Show All
JVidal SQL2000 suddenly not loggin in?
I haven't changed the code, although suddenly my asp.net web app lost its ability to log in on sql2k on win2k3 server. I use DAO, and for a separate app, created a DSN that points to the same database on the server. at the same time, a 'remove malicious virus/application' windows update was automatically downloaded. immediately following these 2 events, I now receive 'sql server does not exist or access denied' on the conn.open() cal ...Show All
Pinei Linking error with WM 5.0 using VS2005 RTM tools
Hi All, I'm compiling application for Windows Mobile 5.0 PocketPC. I have compiled sources with /QRarch4T /QRinterwork-return compiler options enabled and without these options. Also I have tried passing MACHINE:THUMB linker option but no success. Following are the error details : Error #1: Invoking CVTRES.EXE: /machine:thumb /verbose /out:"C:\DOCUME~1\seshah\LOCALS~1\Temp\lnk3CF.tmp" &nbs ...Show All
sjr problem with pocket pc emulator on localhost in VS 2005
HI, I'm trying to develop a Mobile web application in Visual Studio 2005 (in Framework 1.1). I am trying to run it in Pocket PC 2003 Emulator. But when i press F5, i get an error saying that the application cannot open http://localhost/.../..aspx (I have added the emulator.exe file as default browser thru File->Browse With->Add..) Can anybody help me regarding this problem as to why i cannot rum my application on localhost/pock ...Show All
