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 ...

learn more… | top users | synonyms (2)

0
votes
0answers
17 views

NotSupportedException cloning a Panel control in .NET CF

in my CF application I use the following code to clone controls: private static T Clone<T>(T controlToClone) where T : Control { try { PropertyInfo[] controlProperties = ...
0
votes
0answers
17 views

Add/Remove controls dynamically in .NET 2.0 CF Forms project

I am working on a mobile 2.0 project that is displaying a list of custom controls (each containing labels and check box). I want to find a better way to keep track of control positions. The controls ...
0
votes
0answers
16 views

Windows Mobile Reload Storage Manager “fsdmgr.dll”

Could someone show me how i can reload the Storagemanager via windows mobile 6. My Storage card has to be set to Automount disabled but at some instances I would like to access it without a reboot. ...
0
votes
1answer
22 views

Modeless dialog created by modal dialog in Compact Framework

I am working on a Compact Framework application. This particular hardware implementation has a touchscreen, but its Soft Input Panel has buttons that are simply too small to be useful. There are more ...
0
votes
1answer
45 views

Can't connect to SQL Server CE database

I have the following code, just to test connection: public void Test() { SqlCeConnection conn = new SqlCeConnection(@"Data Source=/Application/Database.sdf;"); try { conn.Open(); ...
0
votes
1answer
22 views

Get value of battery level OpenNetCF 2.0

I'm working on windows mobile 6.0 project using .NET CF and OpenNET CF. I'm looking to get the value of the battery from the battery life bar. Any help please?
0
votes
1answer
27 views

.NET CF Don't trigger button-click on return

I have a c# .net cf 3.5 application on windows mobile 6.5 On a form there are several buttons with onclick-events. How do I prevent the events from triggering, if they were sent by a return (on the ...
2
votes
2answers
38 views

Query Firebird database schema with FirebirdClient

How can I query database schema in C#/ADO.NET/FirebirdClient? All classes in namespace Firebird.Data.Schema are internal. For example: check if table has column with specified name query number of ...
1
vote
1answer
44 views

There is a file sharing violation. SQL Server CE 3.5 SP2

I've been getting this random issue in my .NET CF application that uses a SQL Server CE 3.5 SP2 database. When the CF application starts up it performs database maintenance to verify the .SDF ...
0
votes
1answer
23 views

SQLite Compact framework

I have both PC and Mobile application using SQLite. I have installed and used dll version 1.0.66 and when I have update my dlls to 1.0.85 from ...
0
votes
1answer
33 views

How to make a web request in WP7 from a server with unsupported encoding

I'm making a Windows Phone 7.1 app that needs to get some content from an API described in http://feed.evangelizo.org/reader.php For example, this is a valid request ...
1
vote
2answers
192 views

Developing applications for Windows Embedded Compact 2013

Today I stumbled over the Application Builder for CE 2013 in Microsoft's download center. As of the description, with this pack I should be able to develop apps that target Windows Embedded Compact ...
0
votes
0answers
29 views

Transfer file from Windows mobile device by calling WCF

I am looking for a solution that would allow me to transfer files from a Windows Mobile device to a remote location by calling a WCF service.The mobile device will call a WCF service to send files ...
0
votes
1answer
48 views

insert multiple rows at a time in an SQLite database: Error with id_column

I'm trying to figure out how do multiple insert in sqlite3 database according this answer Is it possible to insert multiple rows at a time in an SQLite database? It seems to work perfectly, but I ...
0
votes
1answer
15 views

SqlCeUpdatableRecord setDatetime convert '2079'

In the sql database i have a smalldatetime record '1.1.2079'. Now I want to insert this record into a sql compact datetime record. I'm using SqlCeUpdatableRecord and SetDateTime rec.SetDateTime(i, ...
2
votes
2answers
54 views

How to catch ALL hardware keys of a PDA with Windows Mobile 6.1 - Compact Framework?

I'm developping a Windows Mobile application for my PDA using the Compact Framework 3.5. I have a Form and I need to catch all the hardware keys of this PDA: So, if I press a number button, the ...
0
votes
1answer
23 views

Trouble getting GCHandle.Alloc() to pin a form so handle can be used by native code

I have a CE6.0R3 system that uses .NetCF3.5 and uses P/Invoke to interface several native C++ dlls. These devices crash occassionally and sometimes we see a popup that says "Application myc#app.exe ...
0
votes
0answers
18 views

.net Compact reassign keyboard keys

I have a Unitech PA690 Windows Mobile 6.5 Device that runs some simple software for work purposes. That apps been written in C#.NET Compact 3.5 What I've been trying to do is when the user presses ...
0
votes
1answer
29 views

Generating WCF proxy for compact framework 2.0

I have a WCF service written in VS 2010, .Net framework 4.0. I am using basicHttpBinding in the service. I am trying to consume the service from a .net compact framework 2.0 client. I have tried the ...
0
votes
1answer
55 views

NET CF - Application Closes when hiding a modal form

I recently created a simple custom message-box. Its just another form called using ShowDialog(). I have two buttons YES / NO that sets the DialogResult value then Hides the form using this.Hide(). ...
4
votes
2answers
65 views

How to avoid a serious error in .NET CF 3.5 and CE 6 R3

When i start this sample program on the device with an attached debugger a serious error occurs. This is a stripped down version of what happens in our real application. What i found out is: ...
0
votes
1answer
24 views

Issue with focus element in GotFocus/Activated event

There is form with text element that should receive focus every time form shown. In .NET CF Form has no OnShow(n) event I try to use workaround: MyForm_GotFocus() // or MyForm_Activated { ...
1
vote
1answer
61 views

How can I iterate through a BindingSource items in Compact Framework c#

I hope there is somewhere a guru that can help me out on this. I am creating a custom control for a windows ce mobile device. I created a property so that the user can bind any source to my control. ...
0
votes
1answer
18 views

.NET CF 3.5 and .NET CF 2.0 on the same mobile device

I have developed .net cf application for a windows mobile 6.5.3 device (the Motorola ES400). I am using sql ce to persist data in the application and have installed the required sql ce runtime ...
0
votes
1answer
99 views

C# memory allocation: Difference between static class and a static instance

How does CLR allocates memory in these 2 cases: Are they both allocated in static memory area? static class A { //Some methods } and class A { //Some methods } class B { static ...
2
votes
1answer
66 views

Protobuf-net with ServiceStack and compact framework

I wrote a server that uses servicestack, and a client that connects to it using both JSON and protobuf-net (so I'm sure the server works...). Now I need to develop the same client on Windows Mobile ...
0
votes
0answers
34 views

Accessing Cloud sql server from windows mobile application

I have developed a windows mobile application with SQL Compact Database. Now I want to use a remote Cloud server. I tried and couldn't Connect to the server. the Application Error says, A native ...
-2
votes
1answer
23 views

GetRequestStream - writing to output [closed]

How would I write the raw HTTP post to the console window? I am using the compact framework 3.5.
0
votes
0answers
24 views

Compact database being updated with unwanted tracking information

I have a compact database that I use in a windows form application. This database copy has never been used in any kind of change tracking before. Whenever I try to open this database, it appears to ...
0
votes
1answer
124 views

Change barcode scan beep volume for motorola devices

I am developing some .net applications with c# for various Motorola devices running Windows Mobile and Windows CE. These include the MC9190 and the WT41N0. On these two models, it beeps very loudly ...
-1
votes
1answer
33 views

SqlConnection DBConnection Windowsce

I'm writing this piece of code in Compact Framework 3.5 under Windows CE 5.0 to handle two different databases: using System.Data; using System.Data.SqlClient; using System.Data.SqlServerCe; using ...
2
votes
2answers
83 views

Why is my overridden Dispose not called?

I'm currently working with the TextWriter class from .NET Compact Framework 3.5 to write log entries to a file. Thats a very common and simply task and there is no problem with that. But using the ...
0
votes
3answers
44 views

How to programatically obtain the emulator's model being used

I'm developing an application to work with many devices and emulators from different resolution, so I have the code to know whether is a real device or emulator, but I'd like to know what emulator ...
1
vote
2answers
79 views

Strategies for cell editing inside DataGrid

I am trying to find solution for DataGrid in .NET Compact Framework, for cell editing. Is it even possible to edit cell in default DataGrid in .NET Compact Framework in Windows Mobile, and how to do ...
1
vote
1answer
75 views

Developing for mobile devices with .NET 4.5

We're beginning the conversion of our VB6 WMS application to .NET, and part of that development will be handheld scanners(e.g. RF and bar codes) specifically the MC9090. Did Microsoft quit supporting ...
0
votes
2answers
29 views

Skipping compilation of a method depending on operating system or framework

In Visual Studio 2008 I have a Class which is shared between two projects in the same solution. I have added some calls to "ImageConverter" class which is availabe on the Full .Net framework but not ...
1
vote
1answer
48 views

How to change default install dir in smart device cab project?

I have created smart device CAB project and its installed successfully in \Program Files by default BUT I want to make default install directory \Application folder instead of ...
0
votes
1answer
71 views

Embedded Development (Embedded Compact) with Visual Studio

I want to develop for the Windows Embedded Compact real-time platform using .NET Compact Framework 3.5. But I cannot find any information about the integration within Visual Studio 2010 or Visual ...
0
votes
1answer
81 views

Invoke a service after windows forms loading

I have an mobile application (.NET CF2 for Windows Mobile 6.1) that starts right after the system startup. I want to force the form to load and them call a web service. there`s also a button that ...
2
votes
1answer
126 views

Force close Windows CE 5 app using C#

How do I go about force-closing an application on Windows CE 5.0, using C#? I've already tried Application.Exit() but this doesn't always kill all currently running threads. I'd normally use ...
0
votes
1answer
62 views

What could be causing an NRE when closing a form?

Under certain circumstances, I get an NRE when closing a form using its Close button, which simply calls the native (WinForms) Close() method. Certain paths through the code do fine, but one ...
1
vote
1answer
77 views

Calling C# Dll from unmanaged C++ application on WindowsCE [duplicate]

I have an off the shelf product which supports C++ plugins. Im wondering if its possible to call a C# Dll from an unmanaged C++ dll so that i can do the grunt work in C# which im familure with and ...
1
vote
1answer
67 views

How to scroll ListView to the last element programatically - Compact Framework

I'm developping an application using the 3.5 Compact Framework on Windows Mobile 6.1. I have a ListView and I want to autoscroll this list when I add an item. How can I do?
1
vote
1answer
42 views

How can I determine why my mobile .net application is freezing after the device awakes from sleep mode?

I have a .net compact mobile application (device OS is windows mobile 6.0 using sdk 2.0) running on a Motorola device. If the application is running and I leave the device alone for about 20 minutes ...
1
vote
2answers
116 views

Why would this query generate a file sharing violation?

The following code gives me the error (I get it from the MessageBox.Show() in the catch block) "Exception in PopulateBla() : There is a file sharing violation. A different process might be using ...
1
vote
2answers
83 views

Apex Web Service Authentication for .Net CF client

We are developing a barcode application to run on our mobile computers running Windows Mobile 5.0 Pocket PC and it needs to get it's data from our Oracle database. Apex is already set up but how can ...
1
vote
3answers
77 views

Is relying on an exception for a failed attempt an acceptable way to return a bool?

This query: string.Format("SELECT COUNT(*) FROM {0}", tableName); ...which I'm using as the guts of an "isValidTable(string tableName)" method, throws an exception if the tableName does not exist ...
-1
votes
1answer
67 views

Why is this function failing with “There was an error parsing the query. [Token line number, Token line offset,, Token in error,,]”?

This code: public bool IsValidColumn(string tableName, string columnName) { //return true;// <-- when I uncomment this, I don't get the err msg (but I don't know whether it's a valid column or ...
0
votes
2answers
83 views

Should I refactor this, or is my confusion cause to be cautious? [closed]

This SqlCe code looks awfully strange to me: cmd.CommandText = "INSERT INTO departments ( account_id, name) VALUES (?, ?)"; foreach(DataTable tab in dset.Tables) { if (tab.TableName == ...
0
votes
0answers
29 views

WCF service contract shows differently on windows mobile CE [closed]

I have created a WCF application using VS2008 here is the projects containing my code. The service runs fine on my local machine and I can add a reference to a winform application and use the ...

1 2 3 4 5 48