| Thread | Last Post | Replies |
|
| My own autoupdater - problem | 29 Sep 2006 09:57 GMT | 2 |
I have created an autoupdater webservice for my PPC2003 application, and have managed to retrieve the download.cab from my web service on my device. Next, however, while trying to install the new version, I run into the fundamental problem of not being able to run the installer ...
|
| CF 2.0: Problem with DataGrid and decimal column | 29 Sep 2006 05:59 GMT | 12 |
Hi to everyone, This is the very first application I'm writing in C# .Net 2.0 for a Smart device. I've a class which, among its properties, there's one whose type is decimal.
|
| Assembly name with spaces-how to uninstall programmatically | 29 Sep 2006 05:10 GMT | 3 |
I need to uninstall an assembly from GAC programmatically. It only works on the assemblies with no white spaces in the assembly name. I have tried multiple combination without success. As there are while spaces in the name, I have to put two double quotes on the two ends of the ...
|
| RE: WM5 C# App.. How to stop it running? | 29 Sep 2006 02:00 GMT | 1 |
You can create an handler for the event FormClosed and in this delegate, you call Application.exit(). BR Fabien Decret
|
| CE 5.0 Device Emulator not appearing in target device list | 28 Sep 2006 23:53 GMT | 4 |
I've downloaded and installed the CE 5.0 Device Emulator but it doesn't seem to be displaying in VS05's project properties Devices tab's Target device combo box. What else do I need to do to get it to show?
|
| How to get rid of 'Program is from an unknown publisher..." | 28 Sep 2006 23:13 GMT | 4 |
After deploying applications from my development machine to my Dell Axim, I get a warning, "...program is from an unknown publisher..." when I try to run the application. How can I get rid of this warning?
|
| Win CE 5.0 VS2005 connect | 28 Sep 2006 21:03 GMT | 19 |
I build a Win CE 5.0 image with .Net CF 2.0. Now, I would like to write application in VS2005 and debug at the Win CE 5.0 system. But I couldn't connect to the board through ethernet. Using Win CE 5.0 remote tools, I can connect to the board using cemgrc.exe
|
| NullReferenceException when calling SqlCommand.ExecuteReader() | 28 Sep 2006 20:15 GMT | 7 |
Hi all, i'm getting a NullReferenceException when calling SqlCommand.ExecuteReader(). Weird thing is that i get it only when i run it as a device application. Same sample
|
| Thread.CurrentCulture | 28 Sep 2006 19:43 GMT | 3 |
It seems that Thread.CurrentCulture does not exist on compact framework 2. Is there any other way I can set it? I need to set the date format + currency sign. Thanks
|
| NullReferenceException...why | 28 Sep 2006 18:58 GMT | 2 |
I am getting the "NullReferenceException" error on this line foundRow = dsScannerdata.Tables("dtReceivePdai").Rows.Find(mykey) in the following code. All of the values in the mykey field are unique and there are not blank
|
| OleCreateFromFile, Anonymous pipe, Thread, and deadlock | 28 Sep 2006 18:52 GMT | 1 |
I hope someone can help me with this issue I have or point me to the direction of what I should do. I have a thread which listens to an anonymous pipe by using ReadFile(). Then somewhere else which has nothing to do with this thread calls function
|
| appln development for Win CE 5.0 based devices | 28 Sep 2006 16:42 GMT | 1 |
I managed to make a test app in C# under VS.NET 2003 CF ( smartdevice application ) and run it with Win CE 5.0 SDk emulator . although only the Win CE 4.2 emulator loads
|
| apology to Paul | 28 Sep 2006 16:41 GMT | 1 |
Paul, Sorry to inform you that maybe there is something wrong with my computer or network. I can not put my post under that topic. and i can not delete the page i have posted here.
|
| Using System.Net.Socket over gprs.. | 28 Sep 2006 16:12 GMT | 3 |
Experimenting with the idea of using system.net.sockets for some very simple 'push-messaging' over GPRS where the server/listener is running the mobile device and the client runs on a PC. I'm more than aware of all the issues surrounding change of
|
| Query On WebService | 28 Sep 2006 13:41 GMT | 2 |
Hai, In my Windows CE device application, i need to send some records from sql server mobile to desktop sql server. For that, i created one webservice, when i am calling this
|