First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
SQLServerCE 3.5 problem on WinCE
I'm trying to rebuild an existing WM5 application running on a CE5 device, but the SQLServerCE is giving errors. "File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found" The exception suggests that there were... 13 Jan 2010 06:32
Webbrowser, DocumentText and local image
Hi, I've new problem with WebBrowser :) I generate html document at runtime and display it in webbrowser using code: WebBrowser webbrowser; String myHtmlDoc; webbrowser = new WebBrowser(); myHtmlDoc = @"<html>message to display <img='\temp\image.png' \></ html>"; webbrowser.DocumentText = myHtmlDoc; the r... 15 Jan 2010 12:44
XML Serializer in CF (continued)
I have discussed recently the sluggishness of the built in XMLSerializer (compared to the standard .NET framework). Basically, the XMLSerializer in CF is about 50-60 times slower (on the same hardware platform) compared to the one in the standard .NET platform (running XP Embedded). I have talked to Microsoft, and... 14 Jan 2010 13:34
Coding GPRS Connection
I have a VB.NET/C# 2005 application that runs on a CE5 device. Currently I connect to a LAN via a WiFi connection and have been asked to make the required changes to connect via GPRS instead. This is giving me problems. The existing working code for the WiFi connection consists of a single call (Connect) that r... 12 Jan 2010 08:14
StringBuilder.replace(string,string) performance issues
I noticed high cpu usage with this function when it was used in a handler for a SerialPort. Using the string.replace method fixes the issue, but using a StringBuilder would be preferable to avoid generating garbage. Has anyone else had performance issues with this function on the compact framework? I've se... 12 Jan 2010 08:14
Connect på GPS in HTC HD2
Hi, I have problem to get my GPS-application to work with HTC HD2 and windows mobile 6.5. I have tried every comport with no success. Am I missing something? It worked OK on my WM6.1 device. I don't know if WM 6.5 is the problem or the HTC HD2 device. Any hints appreciated. /Brofalad ... 25 Jan 2010 06:09
Wrapper code
Can you please write the wrapper code here thanks Shawri wrote: HiMy apologies i got totally wrong end of the stick. 21-Apr-08 Hi My apologies i got totally wrong end of the stick. I hadnt doen the wrapper correctly thanks "Chris Tacke, MVP" wrote: Previous Posts In This Thread: On Monday, Apr... 6 Jan 2010 09:47
XML Serializer in CF (slow)
Hello We are using XML serialization to serialize a large array of objects. We have two versions of the same application - one for standard PC (Windows XP Embedded, using the regular .NET framework - currently 2.0), and a CF version running on Win CE 6.0 (using .NET compact framework 2.0 as well). We have obser... 6 Jan 2010 14:19
Hosting web service on compact framework 3.5
Hello, is it possible to host a web service on compact framework 3.5 ? I want to use WCF service but the class ServiceHost isn't present into compact framework 3.5. Thanks, Paolo ... 12 Jan 2010 14:06
C# Threading - Exiting background threads without aborts
Hey, My question is regarding multithreading in CF.net and safe cleanup I have a class that exposes events when first caller hooks the event I create a thread that blocks on a Win32 handle when the handle is set I invoke. My question is regarding safe exit of the threads, I have code in the destructor tha... 6 Jan 2010 09:47
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23