Tagged Questions

2
votes
1answer
149 views

.NET compact framework on Windows XPE

I have a .NET 2.0 application running on Windows XP Embedded. I have problems with memory consumption of this application on devices that have low amount of memory (128Mb and less). Obviously, .NET ...
2
votes
1answer
534 views

Developing WPF App to Run on Windows XP Embedded Monitor

I'm experienced developing Windows client desktop apps with WPF, but I've never developed apps for a Windows XP embedded device. We have monitors located around the factory that run XP embedded and I ...
1
vote
2answers
533 views

How do I programmatically change a .lnk to change its target?

Is there any way to open a windows shortcut (.lnk file) and change it's target? I found the following snippet which allows me to find the current target, but it's a read-only property: ...
1
vote
4answers
1k views

WCF with .Net 2.0

We need to implement a WCF service on a machine that can only run .Net 2.0. The machine is a Windows XPe POS terminal, and we have not found a way to install .Net 3.0. We can't really format it with ...
1
vote
2answers
2k views

How do I access performance counters from C# in Windows XP Embedded?

I have an application running under Windows XP, and I'm accessing the Processor and Memory performance counters. When I try to run the same code and access them on XP Embedded, the counters don't ...
0
votes
2answers
55 views

How to program for Windows XP embedded

When it comes to mobile development on .NET platform I've only developed for Win CE and Win Mobile, but a provider offered me Win XP Embedded on some industrial computer we're going to use. The ...
0
votes
1answer
164 views

how to disable (or reset) a network adaptor programmatic-ally in C#

Hope the subject line makes it clear. I need to disable a network adapter programmatically using C#(.NET 2.0) on Windows XP/E Background Reason : After installing a Bluetooth stack on the pc. The ...
0
votes
0answers
175 views

WCF security exception with Windows XP Embedded

I have a web service, housed in a windows service, that uses the BasicHttpBinding with transport security via a self-signed certificate. The service works fine except when it resides on Windows XP ...
0
votes
4answers
179 views

Convert a .NET WinForms Application to a binary executable

I have a very low spec computer running XP Embedded (512Mb RAM, 512Mb HDD). IE 8 doesn't fit on it with .NET, so I was wondering if it's possible to compile a WinForm's project to a binary executable ...
0
votes
3answers
42 views

looking for sugestions on how to get started with embeded xp

In the past I have worked with the microchip PIC family, but I would like to broaden my horizons by working with XP embedded systems, and I am looking for suggestions on where to start.