Tagged Questions
Microsoft .Net Compact Framework (compact-framework, .netcf) is a constrained version of Microsoft .Net Framework designed for limited resource devices such as mobile phones, personal digital assistants and other embedded devices. Net Compact Framework also contains classes that are specific for mobile devices.
87
votes
5answers
3k views
Getting Started with Windows Phone 7
This is a community wiki list of Windows Phone 7 resources. Feel free to edit/add/etc.
When posting, please use the friendly format of
[Actual Name of resource with a link]
not
[some long URL with ...
47
votes
14answers
6k views
.Net Compact Framework Tips, Tricks, and Gotchas [closed]
We work extensively in the .Net Compact Framework and Windows Mobile. I've seen plenty of questions come up regarding specifics to development of ASP.Net apps or other .Net based desktop apps but ...
22
votes
6answers
7k views
Server-generated keys and server-generated values are not supported by SQL Server Compact
I just started to play with the entity framework, so I decided to connect it to my existing SQL Server CE database. I have a table with an IDENTITY(1, 1) primary key but when I tried to add an entity, ...
22
votes
10answers
3k views
What's the best way for a .NET winforms application to update itself without using ClickOnce?
For technical reasons, I can't use ClickOnce to auto-update my .NET application and its assemblies. What is the best way to handle auto-updating in .NET?
18
votes
4answers
629 views
Why does conditional AND (&&) appear to be non short-circuiting in this case?
While performing a check if there's a camera present and enabled on my windows mobile unit I encountered something I don't understand.
The code looks like this:
public static bool CameraP(){
...
14
votes
5answers
848 views
Do you know any run-time differences between Compact and Full Framework code?
There are a number of run-time differences in compatible code between these two versions of .NET.
Here is a list of differences so far:
Graphics.DrawRectangle - differs by 1 pixel
...
11
votes
7answers
867 views
For a .net developer, what's the learning curve to get into mobile development?
For a .net developer, what's the learning curve to get into mobile development?
How many different operating systems are there that run .net?
Is windows mobile that same as windows ce?
10
votes
2answers
943 views
Detecting USB Connection — C# .Net CF 3.5
I have an application (.Net Compact Framework 3.5) running on a Windows Mobile 6.1 device and I want to detect when the USB connection changes (either something connects or disconnects).
I was ...
10
votes
3answers
640 views
Honeywell Dolphin 9500 (Pocket PC 2003) C# Event Handling Conflicts?
Environment
Windows XP x32 Visual Studio 2005 Standard Edition
Honeywell Dolphin 9500 running Windows Mobile 2003 (Pocket PC 2003)
With built in Barcode scanner and B&W camera
Using their SDK ...
10
votes
4answers
4k views
How do you get the proper mapping name from a binding source bound to a List<T>, or an anonymous type, to use on a DataGridTableStyle?
I'm trying to create a DataGridTableStyle object so that I can control the column widths of a DataGrid. I've created a BindingSource object bound to a List. Actually it's bound to an anonymous type ...
10
votes
14answers
15k views
UI Components for Windows Mobile Applications (.NET Compact Framework)
Applications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative controls on the iPhone/iPod touch platform.
Now, I have to ...
9
votes
2answers
408 views
How to create a DLL that will be used in C#
I have ICOP VDX-6354 board running Win CE. I'm trying to control the buzzer of the board from my C# program. I tried all the playsound etc "coredll.dll" platform invokes. none of them worked so far. ...
9
votes
5answers
6k views
.net Compact Framework 4.0
Will their be a new release of the compact framework with VS2010 and .net 4.0 and if so what new features will it include?
WPF?
linq to SQL?
etc
8
votes
2answers
284 views
Network connections only work if device connected via cable
Ok, I tried for the last couple hours and I give up:
I develop for a mobile device (Win CE on Unitech HT660) and have a weird thing occurring:
I try to communicate with a service on my PC and I'm ...
8
votes
3answers
5k views
How to run a function on a background thread for Windows Phone 7?
I'm using MVVM Light to build a WP7 (Windows Phone 7) application. I wish to have all the work performed by the Model to be run on a background thread. Then, when the work is done, raise an event so ...
8
votes
4answers
634 views
Is there any program that obfuscates C# source code?
Our requirement is being able to integrate our DLLs with ClickOnce. Dotfuscator does the obfuscation job nicely but the obfuscated DLLs cannot be deployed with ClickOnce on customer side. On our side, ...
8
votes
3answers
782 views
How can I implement a Wizard form a Windows Mobile application?
I am a bit new to Windows Mobile (with C# and the compact framework) development, so I am kind of unsure how to do this. The user has to go through several pages of information in a wizard-like ...
8
votes
1answer
5k views
How do I GetCustomAttributes?
I have tried the following code using the 2.0 framework and I get an attribute back, but when I try this on the compact framework, it always returns an empty array. The MSDN documenation says its ...
8
votes
4answers
5k views
GPS library for .NET compact framework
I'm thinking of writing simple application for Windows Mobile devices, where user could simply enter destination coordinates, and the app would calculate distance and show direction to the ...
8
votes
6answers
2k views
How to improve garbage collection performance?
What kind of optimization patterns can be used to improve the performance of the garbage collector?
My reason for asking is that I do a lot of embedded software using the Compact Framework. On slow ...
7
votes
2answers
127 views
Version info not working in Visual Studio 2008 - Compact framework/Win Mobile 6
I am having a hard time getting version info in my assembly/exe. There seem to be a lot of questions regarding this but none help me with resolving the issue.
It seems to basic and simple to be able ...
7
votes
2answers
219 views
Linq Expression Trees in Compact Framework
The lack of expression trees in Compact Framework has bugged me for some time now, but I haven't really looked for a solution.
Today, I've found a blog post about an alternative ...
7
votes
2answers
1k views
Updates to .NET Compact Framework in 2010?
This question (http://stackoverflow.com/questions/245566/net-compact-framework-4-0) asked this back before the release of VS 2010. The answer basically said to wait for the release.
Now that the ...
7
votes
5answers
3k views
Milliseconds in DateTime.Now on .NET Compact Framework always zero?
i want to have a time stamp for logs on a Windows Mobile project. The accuracy must be in the range a hundred milliseconds at least.
However my call to DateTime.Now returns a DateTime object with the ...
7
votes
8answers
3k views
Boolean and Math Expression Parser
I am writing an application that allows a user to enter a boolean expression. I need the ability to evaluate the entered boolean expression at runtime and am looking for both a parser and a ...
7
votes
8answers
1k views
What is the fastest way to insert 100 000 records from one database to another?
I have a mobile application. My client has a large data set ~100.000 records. It's updated frequently.
When we sync we need to copy from one database to another.
I have attached the second database ...
7
votes
3answers
22k views
Reading from the serial port in C#
I have tried using Readline() and data gets dropped, I tried using Read() but I am not sure how to have an error proof method of doing it, since I may get several packets one after another and I have ...
7
votes
4answers
656 views
IoC/DI Container that supports Compact Framework
Is their any IoC controllers available that will work on .NET Compact Framework?
7
votes
8answers
8k views
In C#, how can I serialize System.Exception? (.Net CF 2.0)
I want to write an Exception to an MS Message Queue. When I attempt it I get an exception. So I tried simplifying it by using the XmlSerializer which still raises an exception, but it gave me a bit ...
7
votes
2answers
1k views
How to open a new email, and assign subject, using .NET Compact Framework
Basically I'm trying to accomplish the same thing that "mailto:bgates@microsoft.com" does in Internet Explorer Mobile.
But I want to be able to do it from a managed Windows Mobile application. I ...
7
votes
12answers
4k views
Compact Framework : any Finger Friendly GUI?
i m developing a little tool on my Pocket PC using WM6 SDK but i would like to implement a finger friendly user interface (iphone-like).
So i m looking for a free .NET framework that offers the ...
7
votes
8answers
1k views
Compact Framework - Is there an MVC framework/library available?
I've found an article on this subject by a Microsoft employee, but has anyone implemented a more robust framework for this? Is there a lightweight framework for WinForms that could be ported easily? ...
6
votes
1answer
111 views
Windows Mobile - Attach on call starting and recording a call
I need to implement a small feature in my project for windows mobile 6.0+ platform. I want to attach to an event when a phone call is answered and to record the 2 way call. I saw this question:
...
6
votes
1answer
350 views
How do you format an SD card using the Storage Manager API via Windows Mobile 6
Background:
I'm trying to create a utility that will allow our customers to easily format an SD card (actually mini-SD) directly on a Windows Mobile 6 device (Intermec CK3). This would be preferred ...
6
votes
3answers
160 views
How Can I Keep A C# Listview Control with Check Boxes from “Checking” on Row Selection?
Environment
Windows XP x32 Visual Studio 2005 Standard Edition
Honeywell Dolphin 9500 running Windows Mobile 2003 (Pocket PC 2003) With built in Barcode scanner and B&W camera Using their SDK ...
6
votes
7answers
416 views
Allowing iteration without generating any garbage
I have the following code in an object pool that implements the IEnumerable interface.
public IEnumerable<T> ActiveNodes
{
get
{
for (int i = 0; i < _pool.Count; i++)
...
6
votes
3answers
196 views
“Compatibility Pack” for backporting new .NET Framework features?
For various reasons I often find it desirable to write code that is compatible with .NET framework 2.0 or 3.5 or compatible with the .NET Compact Framework, but it is a problem that there are numerous ...
6
votes
2answers
1k views
Array as DataSource of a DataGrid: how to customize columns?
In my Windows Mobile .NET application I have a simple array of object with the data I want to display in my DataGrid. To do this, I simply call:
myDataGrid.DataSource = myArray;
This works, but I ...
6
votes
6answers
262 views
Log versions of all used DLLs
I want to log the versions of all DLLs my .NET-application uses. It doesn't matter if the log-output is generated on startup or on first use of each DLL.
The first solution which came to my mind was ...
6
votes
3answers
262 views
Windows Phone 7: Existing Libraries Not Supported?
I was hoping it was as easy as referencing my existing libraries to use them with WP7.
However, it complains about not able to load them because of .Net CF when I actually use them.
Do i need to ...
6
votes
4answers
790 views
C# CF: How to open specific file extension with my program
Im developing a mobile application in dot net Compact framework.
I managed to edit the registry HKEY_CLASSES_ROOT so that a click on file with .xyz extension will open my application. basically, i ...
6
votes
2answers
283 views
Where is IQueryable in the .NET Compact Framework?
I have started to develop a repository using LINQ to SQL against SQL CE in a Windows project. This works fine. However, when I went to port the code over to .NET CF for a Windows Mobile application, ...
6
votes
2answers
409 views
Remove readonly in Compact Framework
What is the preferred way to remove the readonly attribute of a file in Compact Framework as we don't have a File::SetAttributes?
Thank you!
6
votes
2answers
1k views
Alternatives to Reflection.Emit for the Compact Framework
It seems that .NET CF is missing the very useful Reflection.Emit.
So far, I found this library as an alternative: http://www.codeplex.com/EmitCF.
However it seems to be an abandoned early version, ...
6
votes
3answers
1k views
Memory profiler for .NET Compact Framework
Is there a tool I could use for profiling (memory) a .NET compact framework 3.5 application (Windows Mobile)?
Thanks!
6
votes
2answers
64 views
Is there a good list of things left out of the Compact Framework?
I'm looking for a list of things left out of the Compact Framework, so I don't have to stumble over each one. For instance, I've just discovered the Message struct is not directly available. No big ...
6
votes
4answers
2k views
Best way to manage network state in Windows Mobile
I have a .NET Compact Framework 3.5 program that is used as a 'Occasionally Connected' line of business (LOB) application. If it can see an online webservice, it will use that for data access, but if ...
6
votes
2answers
3k views
Pocket PC/Windows Mobile: How to detect smart minimize
How do I detect when my Compact Framework application is being smart-minimized (smart minimize is what happens when the user clicks the "X" button in the top-right corner on a Pocket PC)?
The ...
6
votes
3answers
4k views
Windows CE deletes .NET CF on reset
I'm writing a C# application for a proprietary Windows CE 4.2 device (for which I don't have the specs or pretty much any other information. I've got access to the file system, and that is basically ...
6
votes
1answer
4k views
How do you show animated gifs with .NET Compact Framework
I would like to display an animated gif on a .NET Compact Form.
Currently I use a PictureBox control and toggle between
.Visible = true and .Visible = false.
After .Visible = true the gif is shown ...