Answer Questions
Butters_Stotch breakpoint issues
I had this before and resolved it but cannot seem to resolve this one. I upgraded a .NET CF 1.0 project to .NET CF 2.0 (C#) and all seems ok. The thing is, everytime I place a debug breakpoint on any part of the code, it never gets hit and I Get the "the breakpoint will currently not be hit" etc..... Any ideas I know there have been posts here before but I pretty much tried most of them and didn't seem to help me unfortunately. Wondering if I should start a new project (big project) I also did create a new blank project and re-added all the files but that didn't seem to help at all unfortunately There is a clue provided in the dowload info for .NET CF 2.0 SP1 ( http://www.microsoft.com/downloads/details.aspx fami ...Show All
NoEgo NMD_UI sample not working
Hi all, After installing the NMD packet with all updates/rollups I've tried to build a NMD platform as described in the eHowTo from Mike Hall's weblog. Unfortunatelly there is no NMD entry in the Platform Builder wizard after the NMD install. Even after installing all the tools again (WinCE/PB) with all updates the entry is not visible. Does anyone know how to procees in order to activate this item Then I've tried to compile the NMD_UI sample by hand. After hours of searching for dependencies I've succeeded to start it. Again, bad lack: the app is not running cause is not finding some registry entries/strings etc. I need some help in order to be able to build/run this sample. Thanks, Cosmin Hi Mike, I have now successfully bui ...Show All
Bennie9425 'System.Xml.Serialization.XmlElementAttribute' does not contain a definition for 'Form'
Hello, I'm getting the above error message in the generated client code for a web service. The web service is a JAXWS 2.0 and I'm generating the client part with VS 2003. What I found was that the Form property is supported in CF 2.0 but not CF 1.0. I need to use VS 2003 so I'm limited to CF 1.0. How to solve the problem Thanks Hi Andrew, The compilation issue is coming as my development setup is Visual Studio.Net 2003 (ie .Net compact framework 1.0) The generated code (Reference.cs) has Form attribute which is not supported in .Net CF v1.0. [ return : System.Xml.Serialization.XmlArrayItemAttribute("result", Form =System.Xml.Schema.XmlSchemaForm.Unqualified, Namespace ...Show All
ares_l Getting phone numbers from find()
When I do map.find() I get back an array of VEFindResult which has a description field which contains the address but no phone number. I know local.live.com has the company's phone numbers as well as atlas.freshlogicstudios.com. Is there a way I can get this ...Show All
COLLECTOR HTTPS problem on Palm Treo 700w
Hi, I've been having problems POSTing to an SSL server on the above device using .Net 1.0. I've seen the other posts on ensuring the latest Service pack is installed and it is for this device. When writing to the output stream I seem to be getting a 100036 i.e. ' WSAEINPROGRESS ', usually the first request goes through OK but subsequent requests fail with this error. Using plain http, everything works fine. Sometimes when debugging on the device if I break before the write then continue it seems to work. I've cut the code into a test app to check things out and included it below (data has been truncated). Any thoughts would be appreciated, Thanks Graeme try { Uri ourUri = new Uri("https://myserver/response.asp" ...Show All
Xie Guangzhuang Web Server closes TCP connection in WM5
We are working with the web server (httpd.dll) in a smartphone with Windows Mobile 5.0. The problem is we want the connection with the web server to be permanent (we use a "Connection: keep-alive" header for that purpose), but it seems the web server closes the TCP connection after 60 seconds, regardless of the keep-alive header. The responsible for closing the connection is the server, since we have a custom client which never closes it. I know, for example, that Internet Explorer has a KeepAliveTimeout parameter that can be modified in the registry, which indicates the amount of time the client maintains the HTTP connection without activity if a keepalive header has been used. Is there any entry in the registry in Windows Mobil ...Show All
Tom_Liu Get IMEI No.
Hi, I am developing smart device application on CF1.0. I need your help. I want to get an IMEI no of device. How to get IMEI in CF 1.0 . Is there any way to get this Please send your suggestions or links. Thanx, M. GANESAN http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search hl=en&group=microsoft.public.dotnet.framework.compactframework&q=get+imei+number&qt_g=1&searchnow=Search+this+group and http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=109823&SiteID=1 Yeah I got it from EVC++ DLL. ...Show All
Michal Konecny Installation problem
Hi, I'm trying run my setup program (for install my program to mobile device) on Windows Vista and this not work because not possible find Application Manager (ceappmgr.exe). I check SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CEAPPMGR.EXE key, but this not exist. Exist any solution Thanks. WMDC will be compatible with existing installation programs Yes. This comes with WMDC (Windows Mobile Device Center), Vista version of Active Sync. Not sure it's available yet, so I would suggest testing on XP/Active Sync 4.x for now. ...Show All
EvilOneSD Using FolderBroswerDialog class example in unmanaged C++ code
Hello I would like a FolderBrowserDialog in my application which is written in unmanaged C++ using wince 5.01 Smartphone SDK. I read that it's not possible to use managed code in unmanaged C++ wince projects so I wonder how I should solve my problem. My plan was to use the example from http://msdn2.microsoft.com/en-us/library/5db6b0zy.aspx but since I'm not able to use the C++ example ( I get the /clr error because it's managed ) I don't know which way to go. Is there anyway for me to perhaps create a C# or VB project containing the example code and have that compiled into a lib that I include into my unmanaged C++ project or perhaps linking it directly somehow What other options are there for me to obtain a FolderBrowserDialog in my app ...Show All
Sahus Read simple HTTP page
Hi guys, Having issues making a connection to the outside world, and also reading the data sent back. I simply connect like so: DWORD dwContext = 1; hWaitForHandleCreation = CreateEvent(NULL, TRUE, TRUE, NULL); hWaitForCompletedRequest = CreateEvent(NULL, TRUE, TRUE, NULL); ResetEvent(hWaitForHandleCreation); ResetEvent(hWaitForCompletedRequest); // Open the internet connection and send the URL http = InternetOpen(L"CeHttp",INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,INTERNET_FLAG_ASYNC); InternetSetStatusCallback(http,(INTERNET_STATUS_CALLBACK)InternetCallback); httpRequest = InternetOpenUrl(http,CA2W(url),NULL,0,INTERNET_FLAG_RELOAD,dwContext); // Wait until handle is created WaitForSingleObject(hWaitForHandleCreation,5000); httpReq ...Show All
Bunter7s Drawing an area using a set of zip codes
Hi All, Does anybody know how to draw an area, using polygons, using a set of zip codes Or reversely, a user can click on a map and draw a circle where you get the zip codes from the selected circle area.. Would be very cool when this is possible! Thanks, Henk Nope, Dutch Ok clearly my memory for US cities is not good. Hopefully my coding memory is better. You have permission to call Sydney the captial of Australia and say "Is Brisbane near Melbourne ". John. What is this "Australia" you speak of Yep - http://www.calebthompson.com/projects/GPX2VE/VEPolys.htm draws polygons in Seattle (which, according ...Show All
Rodolfo Navarro Akonix bot online but no answer
Hi, I developed my bot with Akonix L7 Builder and submitted to improvecenter.com some days ago. My bot is now online but doesn't reply to my messages. When I try to open a conversation with it from my work computer (with linux & gaim) my bot appears online but gaim says: "...@hotmail.com: The user is not online" I've tried to contact them by mail and their forums but have had no answer yet. Has anyone found a similar problem Are there any bots hosted at improvecenter.com Thanks, L The bot is provisioned for the contest, but this problem started last week and not when it was submitted to the contest. I know some bot platforms make the bot online and their platform is like a proxy you use to ...Show All
David Ing Using PocketPC serial port
Can anyone give me some advice about using serial ports in VS2005 beta 2 on a pocket_pc. At first glance it seems easy, just declare an object as System.IO.Ports.SerialPort with events and process the datareceived event. Simple enough. However, putting this code in a class and tring to generate an event based on the DataReveived event results in "An unhandled exception of type ' System.NotSupportedException occured in System.Drawing.dll" the Additional Information states "Control.Invoke must be used to interact with controls created on a seperate thread". This really has me confused since when you look at the code included, I am not even intentionally using threads. The application files included - opens as serial port when the use ...Show All
sllik ActivateService sometimes fail
Hi, I've developed a service component that runs under Services.exe. I also have a user interface to control the service. To start the Service I write the necessary information to the key HKLM\Services\MyService and call ActivateService (ActivateService(TEXT("MyService"), 0)). This works fine for most of the time but occationally it fails with the result code 87(ERROR_INVALID_PARAMETER). I flushed the registry just before the call to ActivateService but that made no difference. I set the Flags registry value to DEVFLAGS_LOADLIBRARY but still no success. What's going on here I fails approximately one time of twenty. DeregisterService on the other hand never fails. I can't find any information about this, but surely I can't be t ...Show All
Nigel36 how to installed a .cab file to the device?
how to copy it to the device how to installed a .cab file to the device The recommended way is to use the ActiveSync provided Application Manager. Details on how to use it are documented here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/wce51conusingapplicationmanager.asp ...Show All
