use NET CF 2.0 dll in a 3.5 app?

  • Thread starter Thread starter Arthur Dent
  • Start date Start date
A

Arthur Dent

Is it possible for a NET CF 3.5 app/dll to reference and use a NET CF 2.0
dll???

Thanks in advance,
- Arthur Dent.
 
Probably. A more-specific example of what you're asking about would help us
be sure. The .NET CF 3.5 run-time can certainly run .NET CF 1.0, 2.0, and
3.5 applications. I've used a .NET CF 3.5 application to access a database
via the .NET CF 2.0 SQL Mobile data interface components.

Paul T.
 
Back
Top