Hi everyone,

I need to use BackgroundWorker in a Smart Device application using .NET Compact Framework 2.0. The problem is that BackgroundWorker is not implemented on .NET CF 2.0 and I do not want to use any external assemblies in my project (such as OpenNetCF).

After some looking around I came across Daniel Moth's implementation of BackgroundWorker for .NET CF 1.0: http://www.danielmoth.com/Blog/2004/...for-cf-10.html

That code however does not compile on .NET CF 2.0, so my question is, is there another implemntation of BackgroundWorker for version 2.0 of the .NET CF?

Thanks.