Questions tagged [.net-cf-3.5]

For .NET compact framework version 3.5 related questions

The Microsoft .NET Compact Framework (.NET CF) is a version of the .NET Framework that is designed to run on resource constrained mobile/embedded devices such as personal digital assistants (PDAs), mobile phones, factory controllers, set-top boxes, etc. The .NET Compact Framework uses some of the same class libraries as the full .NET Framework and also a few libraries designed specifically for mobile devices such as .NET Compact Framework controls. However, the libraries are not exact copies of the .NET Framework; they are scaled down to use less space.

The Microsoft .NET Compact Framework 3.5 Redistributable contains the common language runtime and class libraries built for the .NET Compact Framework. In addition to version 3.5 support, it also supports applications developed for version 1.0 and 2.0. The .NET Compact Framework 3.5 provides new features such as Windows Communication Foundation, LINQ, SoundPlayer, new runtime tool support, and many other features.

147 questions
0
votes
0 answers

OpenNETCF RAPI exception can not be catched

I am using OpenNETCF Desktop Communication Library a RAPI open source library to develop a winform application. Now everything is OK. But in some computers, the application crashed caused by RAPI lirary and this exception can not be catched. I…
RyanWang
  • 178
  • 9
0
votes
1 answer

Windows mobile threading.timer in unattenededmode

I have a windows mobile 6.5 program which I want to trigger a call to a web server every ten minutes. But the event doesn't seem to be always being called. I have create a simple program to test when events are being triggered. A threading.timer is…
Blag
  • 19
  • 1
  • 7
0
votes
1 answer

Why does VS2008 suggest editing a non-existent file?

One of my VS 2008 projects shows several warning lines in the Output window like this: Consider app.config remapping of assembly "System.Windows.Forms, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0" []…
0
votes
1 answer

RFC on HttpWebRequest vs RESTSharp from Windows CE / Compact Framework 3.5

I created a simple WebAPI service in .NET4 and Visual Studio 2010. I need to consume that service in a Windows CE / CF 3.5 app I do have HttpWebRequest available to me, but am not sure if this is the way to go, or I should use RestSharp. Does…
0
votes
0 answers

Change behaviour of listbox scrollbars in C#

I have a winforms project with a large listbox. My aim is to change some of the functionality of the scrollbars of the list. Firstly, I am trying to navigate through the items in the list using the scrollbar. i.e. moving the scrollbar up and down…
0
votes
1 answer

Windows CE 6.0 send data via USB-Serial Cable

I am developing a WinCE application (.Net 3.5) which allow connection to terminal via TCPIP, Serial Port and USB. Currently still trying to intergrate USB feature. I have done some research and found that USB connection can be done via SerialPort…
0
votes
1 answer

Web service requires 2 parameters but VB CF3.5 says 3

So I am currently running into a weird situation where my web service WSDL and server specifies two parameters but when I add the web service as a reference in my project. Visual studios creates a reference.cs page that says I need three parameters.…
Tyler Buchanan
  • 311
  • 1
  • 4
  • 18
0
votes
1 answer

log4net is not saving to my log file

I am trying to implement log4net into my project but I am unable to get the logger to save to the file I have set. I run the program and make sure that the log4net is catching some things and then I check the file after closing the application and…
Tyler Buchanan
  • 311
  • 1
  • 4
  • 18
0
votes
2 answers

System references not showing up?

So I have a solution with two projects inside. One project was running CF 3.5 while another was running CF 2.0. I tried many different ways to update the 2.0 through the program without success including removing the 3.5 project from the solution. I…
Tyler Buchanan
  • 311
  • 1
  • 4
  • 18
0
votes
1 answer

Copying Datatable to SQL Server CE table

I know this question was asked before but I have a little different requirement. I need to copy data from SQL Server to a local application SQL Server CE file. I got the table data from main server into a datatable, but I'm not able to efficiently…
ashish g
  • 429
  • 1
  • 7
  • 16
0
votes
1 answer

Sqlparameter.Dbtype.Xml giving error in .net compact framework

Im working on an app for windows CE and trying to access a stored procedure in SQL server. I need to pass XML parameter but its giving me the following runtime exception : Invalid SqlDbType enumeration value: 25 at this line : SqlParameter XMLDoc…
ashish g
  • 429
  • 1
  • 7
  • 16
0
votes
1 answer

GPS module for Netduino Plus 2

I am working with the Netduino plus 2 which runs off the .NET micro framework. The board has worked well for all my applications. Recently, I integrated GPS capability to the board using a 20 Channel EM-406A SiRF III Receiver with Antenna GPS…
Subbu
  • 839
  • 2
  • 12
  • 34
0
votes
1 answer

SQL CE 3.5 SP 2, SqlCeEngine.Compact() synchronization bug

I have a rugged device application (.NET CF) using a SQL CE 3.5 SP 2 database that synchronizes with an SQL Server 2008 using Microsoft Sync Framework 2.1 via USB when the device is docked into the cradle. Recently, the device application has been…
0
votes
1 answer

Getting debug data from the GC in .NET Compact Framework 3.5

We are trying to debug a memory leak in a .NET Compact Framework application running on Windows Embedded Compact 7. Unfortunately we can't use the CLR Profiler because it generates an "unsupported instruction set" error message and is apparently…
user1522973
0
votes
1 answer

Deploying external files from visual studio with .NET CF application

I am working on a .NET CF 3.5 application. There are few external files\assemblies that the application is consuming. These files are not part of the project, therefore while debugging when I deploy the project, these external files are not deployed…
Tushar Kesare
  • 700
  • 8
  • 20
1 2 3
9
10